Drop local workarounds when Tantivy 0.19.0 is released
-
Drop deserialize_facet
as the upstream impl ofDeserialize
has the same functionality then -
Replace CompoundNounTokenFilter
by upstreamSplitCompoundWords
once that is released -
Collect query_terms
directly intoVec<String>
instead of going throughBTreeMap<Term, bool>
-
Use StopWordFilter::new(Language::German)
for ourde_stem
tokenizer
Edited by Adam Reichold