mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
d77176912b
* 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 |
6 years ago | |
---|---|---|
.. | ||
.gitignore | 6 years ago | |
.travis.yml | 6 years ago | |
Gopkg.lock | 6 years ago | |
Gopkg.toml | 6 years ago | |
LICENSE | 7 years ago | |
README.md | 6 years ago | |
flushing_batch.go | 7 years ago | |
metadata.go | 7 years ago | |
sharded_index.go | 7 years ago |
README.md
rupture
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.