You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2010/10/11 14:45:32 UTC

[jira] Updated: (LUCENE-2304) FuzzyLikeThisQuery should set MaxNonCompetitiveBoost for faster speed

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

Robert Muir updated LUCENE-2304:
--------------------------------

    Attachment: LUCENE-2304.patch

> 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: 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org