Skip to content

Searcher automatically skips specific queries #1714

Closed Answered by lintool
namespace-Pt asked this question in Q&A
Discussion options

You must be logged in to vote

hi @namespace-Pt - The tokenization is determined by Lucene analyzer used during indexing (which has to match the one used during retrieval). You'll need to modify the analyzer if you want to deal with special cases.

In general, in any large, real-world dataset, there are going to be queries/documents that are mangled/mis-tokenized/etc. It's usually not worth the effort to try to fix everything...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@namespace-Pt
Comment options

Answer selected by namespace-Pt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants