quickwit-oss/tantivy

Tantivy should work without a store/fieldnorm/position file

開放

#124 建立於 2017年4月24日

 (0 則留言) (0 個反應) (0 位負責人)Rust (978 個分叉)batch import
enhancementgood first issue

倉庫指標

星標
 (15,972 顆星)
PR 合併指標
 (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.

貢獻者指南