FuzzyLikeThisQuery should set MaxNonCompetitiveBoost for faster speed
---------------------------------------------------------------------
Key: LUCENE-2304
URL: https://issues.apache.org/jira/browse/LUCENE-2304
Project: Lucene - Java
Issue Type: Improvement
Components: contrib/*
Affects Versions: Flex Branch
Reporter: Robert Muir
Priority: Minor
Fix For: Flex Branch
FuzzyLikeThisQuery uses FuzzyTermsEnum directly, and maintains
a priority queue for its purposes.
Just like TopTermsRewrite method, it should set the
MaxNonCompetitiveBoost attribute, so that FuzzyTermsEnum can
run faster. Its already tracking the minScore, just not updating
the attribute.
This would be especially nice as it appears to have nice defaults
already (pq size of 50)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]