Now I can see lot improvement on my "related" help search result. Let me tell
you that I have a non-token list which removes all irrelevant tokens from
selected help topic. So after filtering all non tokens from the selected help
topic, I search help system and show all results. But I am somehow
Cool Coder wrote:
>> Is there anyway I can specify which terms are "MUST", I mean they
have to appear in the result and some terms are optional,
One "hands off" approach you could try with this is to rewrite the
fuzzyQuery and then set the minimum number of terms you want a match on.
e.g.
Hello,
I am trying to use FuzzyLikeThisQuery to search my help system and
show set of help entries for user selected Help topic. For any selected Help
topic, System needs to display all related topics. This works somehow, but if
query contains generic terms then result returned by Fu