quickwit-oss/tantivy
Auf GitHub ansehenTantivy should work without a store/fieldnorm/position file
Open
#124 geöffnet am 24. Apr. 2017
enhancementgood first issue
Repository-Metriken
- Stars
- (8.354 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 12T 14h) (20 gemergte PRs in 30 T)
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.