You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Michael Sokolov (Jira)" <ji...@apache.org> on 2019/12/17 21:56:00 UTC

[jira] [Resolved] (LUCENE-5198) Strengthen the function of Min should match, making it select BooleanClause as Occur.MUST according to the weight of query

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

Michael Sokolov resolved LUCENE-5198.
-------------------------------------
    Resolution: Fixed

Resolving this very forward-looking issue that seems to have been an early plea for something like "WAND"

> 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 was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org