vetrag/vendor/github.com/blevesearch/bleve_index_api
lehel c51ff4a88d
migration tool
2025-10-07 15:46:17 +02:00
..
.golangci.yml migration tool 2025-10-07 15:46:17 +02:00
LICENSE migration tool 2025-10-07 15:46:17 +02:00
README.md migration tool 2025-10-07 15:46:17 +02:00
analysis.go migration tool 2025-10-07 15:46:17 +02:00
batch.go migration tool 2025-10-07 15:46:17 +02:00
directory.go migration tool 2025-10-07 15:46:17 +02:00
document.go migration tool 2025-10-07 15:46:17 +02:00
freq.go migration tool 2025-10-07 15:46:17 +02:00
index.go migration tool 2025-10-07 15:46:17 +02:00
indexing_options.go migration tool 2025-10-07 15:46:17 +02:00
optimize.go migration tool 2025-10-07 15:46:17 +02:00
sizes.go migration tool 2025-10-07 15:46:17 +02:00
spatial_plugin.go migration tool 2025-10-07 15:46:17 +02:00
vector.go migration tool 2025-10-07 15:46:17 +02:00
vector_index.go migration tool 2025-10-07 15:46:17 +02:00
vector_optimize.go migration tool 2025-10-07 15:46:17 +02:00

README.md

Bleve Index API

PkgGoDev Tests Lint

Bleve supports a pluggable Index interface.

By placing these interfaces in their own, hopefully slowly evolving module, it frees up Bleve and the underlying index to each introduce new major versions without interfering with one another.

With that in mind, we anticipate introducing non-breaking changes only to this module, and keeping the major version at 1.x for some time.