quickwit-oss/tantivy

Tantivy should work without a store/fieldnorm/position file

Open

#124 创建于 2017年4月24日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Rust (499 fork)batch import
enhancementgood first issue

仓库指标

Star
 (8,354 star)
PR 合并指标
 (平均合并 12天 14小时) (30 天内合并 20 个 PR)

描述

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.

贡献者指南