quickwit-oss/tantivy
GitHub で見るTantivy should work without a store/fieldnorm/position file
Open
#124 opened on 2017年4月24日
enhancementgood first issue
Repository metrics
- Stars
- (8,354 stars)
- PR merge metrics
- (平均マージ 12d 14h) (30d で 20 merged PRs)
説明
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.