quickwit-oss/tantivy

Tantivy should work without a store/fieldnorm/position file

Aberta

#124 aberto em 24 de abr. de 2017

 (0 comentário) (0 reação) (0 responsável)Rust (976 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (15.962 estrelas)
Métricas de merge de PR
 (Mesclagem média 12d 14h) (20 fundiu PRs em 30d)

Description

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.

Guia do colaborador