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
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: [email protected]
For additional commands, e-mail: [email protected]