tantivy
tantivy copied to clipboard
How to customize query type when using `parse_query`?
For example, I want to search for sentence "Alice AND Bob", which contains three words, rather than meaning the bool query; I want to search for sentence "weight*height" rather than meaning the regex query.
I think "very serious" applications should think about implementing their own query parser.