You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea-fork-majority-judgment/vendor/github.com/ethantkoenig/rupture
Lauris BH f5abe2f563
Upgrade blevesearch dependency to v2.0.1 (#14346)
3 years ago
..
.gitignore Use Go1.11 module (#5743) 5 years ago
.travis.yml Upgrade blevesearch dependency to v2.0.1 (#14346) 3 years ago
LICENSE Reduce repo indexer disk usage (#3452) 6 years ago
README.md Vendor Update Go Libs (#13444) 4 years ago
flushing_batch.go Upgrade blevesearch dependency to v2.0.1 (#14346) 3 years ago
go.mod Upgrade blevesearch dependency to v2.0.1 (#14346) 3 years ago
go.sum Upgrade blevesearch dependency to v2.0.1 (#14346) 3 years ago
metadata.go Reduce repo indexer disk usage (#3452) 6 years ago
sharded_index.go Upgrade blevesearch dependency to v2.0.1 (#14346) 3 years ago

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.