quickwit-oss/tantivy

Tantivy should work without a store/fieldnorm/position file

Offen

#124 geöffnet am 24.04.2017

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (978 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (15.972 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Currently tantivy creates empty file even if the schema does not requires them (e.g. no field in the schema is stored for instance). The segment reader also needlessly opens and mmaps these files. jwolfe lost a bit of time when writing a converter from a different search index to tantivy.

Contributor Guide