forked from gitea/gitea
1
0
Fork 0
gitea/vendor/github.com/blevesearch/bleve_index_api
Lunny Xiao 25a290e320
Upgrade bleve from v2.0.6 to v2.3.0 (#18132)
2022-01-01 16:26:27 +08:00
..
.golangci.yml
LICENSE
README.md
analysis.go
batch.go
directory.go
document.go
freq.go
go.mod
go.sum
index.go
indexing_options.go
optimize.go
sizes.go

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.