[ 
https://issues.apache.org/jira/browse/LUCENE-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir resolved LUCENE-2304.
---------------------------------

    Resolution: Fixed
      Assignee: Robert Muir

Committed revision 1021483.

> 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
>            Assignee: Robert Muir
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: LUCENE-2304.patch
>
>
> 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]

Reply via email to