gitea/vendor/github.com/ethantkoenig/rupture
Lauris BH f5abe2f563
Upgrade blevesearch dependency to v2.0.1 (#14346)
* Upgrade blevesearch dependency to v2.0.1

* Update rupture to v1.0.0

* Fix test
2021-01-17 20:21:14 -05:00
..
.gitignore Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
.travis.yml Upgrade blevesearch dependency to v2.0.1 (#14346) 2021-01-17 20:21:14 -05:00
LICENSE Reduce repo indexer disk usage (#3452) 2018-02-05 20:29:17 +02:00
README.md Vendor Update Go Libs (#13444) 2020-11-06 13:41:42 -05:00
flushing_batch.go Upgrade blevesearch dependency to v2.0.1 (#14346) 2021-01-17 20:21:14 -05:00
go.mod Upgrade blevesearch dependency to v2.0.1 (#14346) 2021-01-17 20:21:14 -05:00
go.sum Upgrade blevesearch dependency to v2.0.1 (#14346) 2021-01-17 20:21:14 -05:00
metadata.go Reduce repo indexer disk usage (#3452) 2018-02-05 20:29:17 +02:00
sharded_index.go Upgrade blevesearch dependency to v2.0.1 (#14346) 2021-01-17 20:21:14 -05:00

README.md

rupture

Build Status GoDoc Go Report Card

An explosive companion to the bleve indexing library

Features

rupture includes the following additions to bleve:

  • Flushing batches: Batches of operation which automatically flush to the underlying bleve index.
  • Sharded indices: An index-like abstraction built on top of several underlying indices. Sharded indices provide lower write latencies for indices with large amounts of data.
  • Index metadata: Track index version for easily managing migrations and schema changes.