You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Jim Ferenczi (Jira)" <ji...@apache.org> on 2019/10/22 13:46:00 UTC

[jira] [Created] (LUCENE-9023) GlobalOrdinalsWithScore should not compute occurrences when the provided min is 1

Jim Ferenczi created LUCENE-9023:
------------------------------------

             Summary: GlobalOrdinalsWithScore should not compute occurrences when the provided min is 1
                 Key: LUCENE-9023
                 URL: https://issues.apache.org/jira/browse/LUCENE-9023
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Jim Ferenczi


This is a continuation of https://issues.apache.org/jira/browse/LUCENE-9022

Today the GlobalOrdinalsWithScore collector and query checks the number of matching docs per parent if the provided min is greater than 0. However we should also not compute the occurrences of children when min is equals to 1 since this is the minimum requirement for a document to match.



--
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