quickwit-oss/tantivy

Tantivy should work without a store/fieldnorm/position file

Open

#124 opened on 2017年4月24日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Rust (8,354 stars) (499 forks)batch import
enhancementgood first issue

説明

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.

コントリビューターガイド

Tantivy should work without a store/fieldnorm/position file · quickwit-oss/tantivy#124 | Good First Issue