Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Mura Li d77176912b Use Go1.11 module (#5743) il y a 5 ans
..
.gitignore Use Go1.11 module (#5743) il y a 5 ans
.travis.yml Use Go1.11 module (#5743) il y a 5 ans
Gopkg.lock Use Go1.11 module (#5743) il y a 5 ans
Gopkg.toml Use Go1.11 module (#5743) il y a 5 ans
LICENSE Reduce repo indexer disk usage (#3452) il y a 6 ans
README.md Use Go1.11 module (#5743) il y a 5 ans
flushing_batch.go Reduce repo indexer disk usage (#3452) il y a 6 ans
metadata.go Reduce repo indexer disk usage (#3452) il y a 6 ans
sharded_index.go Reduce repo indexer disk usage (#3452) il y a 6 ans

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.