tantivy
tantivy copied to clipboard
Enable str fast field based range queries.
This is for quickwit. Which means we at least want a StrFastFieldRange{Query/Weight}
@PSeitz Do we have this already I forgot?
Currently only u64 fast fields are supported.
If we can map the str ranges to term ids as a preprocessing, reusing the existing u64 range queries on fast fields should be straight forward.