Description
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.
Attachments
Issue Links
- is cloned by
-
LUCENE-5198 Strengthen the function of Min should match, making it select BooleanClause as Occur.MUST according to the weight of query
- Resolved