Mura Li d77176912b Use Go1.11 module ()
* Migrate to go modules

* make vendor

* Update mvdan.cc/xurls

* make vendor

* Update code.gitea.io/git

* make fmt-check

* Update github.com/go-sql-driver/mysql

* make vendor
..
.gitignore Use Go1.11 module ()
.travis.yml Use Go1.11 module ()
Gopkg.lock Use Go1.11 module ()
Gopkg.toml Use Go1.11 module ()
LICENSE Reduce repo indexer disk usage ()
README.md Use Go1.11 module ()
flushing_batch.go Reduce repo indexer disk usage ()
metadata.go Reduce repo indexer disk usage ()
sharded_index.go Reduce repo indexer disk usage ()

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.