quickwit-oss/tantivy

Tantivy should work without a store/fieldnorm/position file

Ouverte

#124 ouverte le 24 avr. 2017

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (976 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (15 962 étoiles)
Métriques de merge PR
 (Merge moyen 12j 14h) (20 PRs mergées en 30 j)

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.

Guide contributeur