[
https://issues.apache.org/jira/browse/LUCENE-5198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
HeXin updated LUCENE-5198:
--------------------------
Description:
In current version, when we using BooleanQuery do disjunction, the top scorer
will select the doc which meet
at least mm numbers of sub scorers.
But in some case, we wish that the weight of sub scorers larger than the
threshold can be selected
as Occur.MUST automatically. The threshold can be configurable, equaling the
minimum integer by default.
Any comments is welcomed.
was:
In some case, we want the value of mm to select BooleanClause as Occur.MUST can
according to the weight of query.
Only if the weight larger than the threshold, it can be selected as Occur.MUST.
The threshold can be configurable, equaling the minimum integer by default.
Any comments is welcomed.
> Strengthen the function of Min should match, making it select BooleanClause
> as Occur.MUST according to the weight of query
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: LUCENE-5198
> URL: https://issues.apache.org/jira/browse/LUCENE-5198
> Project: Lucene - Core
> Issue Type: Improvement
> Components: core/search
> Affects Versions: 4.4
> Reporter: HeXin
> Priority: Trivial
>
> In current version, when we using BooleanQuery do disjunction, the top scorer
> will select the doc which meet
> at least mm numbers of sub scorers.
> But in some case, we wish that the weight of sub scorers larger than the
> threshold can be selected
> as Occur.MUST automatically. The threshold can be configurable, equaling the
> minimum integer by default.
> Any comments is welcomed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]