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

Robert Muir updated LUCENE-2261:
--------------------------------

    Attachment: LUCENE-2261.patch

attached is a patch. i changed FuzzyQueries pq test to use this so it does not 
have to do the try-finally thing/BooleanQuery.maxClauseCount

> configurable MultiTermQuery TopTermsScoringBooleanRewrite pq size
> -----------------------------------------------------------------
>
>                 Key: LUCENE-2261
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2261
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>            Reporter: Robert Muir
>            Priority: Minor
>             Fix For: Flex Branch, 3.1
>
>         Attachments: LUCENE-2261.patch
>
>
> MultiTermQuery has a TopTermsScoringBooleanRewrite, that uses a priority 
> queue to expand the query to the top-N terms.
> currently N is hardcoded at BooleanQuery.getMaxClauseCount(), but it would be 
> nice to be able to set this for top-N MultiTermQueries: e.g. expand a fuzzy 
> query to at most only the 50 closest terms.
> at a glance it seems one way would be to expose TopTermsScoringBooleanRewrite 
> (it is private right now) and add a ctor to it, so a MultiTermQuery can 
> instantiate one with its own limit.

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

Reply via email to