tantivy icon indicating copy to clipboard operation
tantivy copied to clipboard

How to customize query type when using `parse_query`?

Open Evian-Zhang opened this issue 4 years ago • 1 comments

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.

Evian-Zhang avatar Sep 28 '21 07:09 Evian-Zhang

I think "very serious" applications should think about implementing their own query parser.

fulmicoton avatar Oct 28 '21 00:10 fulmicoton