rucene icon indicating copy to clipboard operation
rucene copied to clipboard

PhraseQuery do not work

Open fulmicoton opened this issue 4 years ago • 2 comments

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

fulmicoton avatar Dec 23 '19 00:12 fulmicoton

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.

sunxiaoguang avatar Dec 23 '19 07:12 sunxiaoguang

Understood.

fulmicoton avatar Dec 23 '19 07:12 fulmicoton