[ https://issues.apache.org/jira/browse/LUCENE-9023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17229165#comment-17229165 ]
ASF subversion and git services commented on LUCENE-9023: --------------------------------------------------------- Commit 36f6359fe4b337ab37e97f63fb036a41b5c14b68 in lucene-solr's branch refs/heads/master from Jim Ferenczi [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=36f6359 ] LUCENE-9023: GlobalOrdinalsWithScore should not compute occurrences when the provided min is 1 (#964) > 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 > Priority: Minor > Time Spent: 40m > Remaining Estimate: 0h > > 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-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org