Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PhraseQuery do not work #3

Open
fulmicoton opened this issue Dec 23, 2019 · 2 comments
Open

PhraseQuery do not work #3

fulmicoton opened this issue Dec 23, 2019 · 2 comments

Comments

@fulmicoton
Copy link

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

@sunxiaoguang
Copy link
Contributor

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.

@fulmicoton
Copy link
Author

Understood.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants