quickwit-oss/tantivy

Tantivy should work without a store/fieldnorm/position file

Aperta

#124 aperta il 24 apr 2017

 (0 commenti) (0 reazioni) (0 assegnatari)Rust (976 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (15.954 stelle)
Metriche merge PR
 (Merge medio 12g 14h) (20 PR mergiate in 30 g)

Descrizione

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.

Guida contributor