Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have some issues with the trailing wildcard. As explained in this Stack overflow question when I use the wildcard, the boost of the field doesn't work.
The solution given in that post is to set the QueryParser as
myCustomQueryParser.SetMultiTermRewriteMethod(MultiTermQuery.SCORING_BOOLEAN_QUERY_REWRITE)
But I can't find where to get the parser from the searcher.
Any ideas to point me to the right direction?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Examine: Boost not working when using wildcards.
I have some issues with the trailing wildcard. As explained in this Stack overflow question when I use the wildcard, the boost of the field doesn't work.
The solution given in that post is to set the QueryParser as
But I can't find where to get the parser from the searcher.
Any ideas to point me to the right direction?
is working on a reply...