You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, we are currently not using PhraseQuery. It's complicate and will probably spend long time to be fixed. We use BooleanQuery, TermQuery and SpanQuery in our production which would have better support. Can you temporarily disable phrase query at this time? We will try fixing it later on.
Phrase query faills with a panic when running on 10_000 wikipedia docs
See the following commented out code.
https://github.com/tantivy-search/search-benchmark-game/blob/master/engines/rucene-0.1/src/bin/do_query.rs#L126-L128
The text was updated successfully, but these errors were encountered: