[ https://issues.apache.org/jira/browse/LUCENE-9555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208741#comment-17208741 ]
ASF subversion and git services commented on LUCENE-9555: --------------------------------------------------------- Commit 6ac94a6f9fba724b00bc886be2b1620d8db47d83 in lucene-solr's branch refs/heads/master from Mayya Sharipova [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=6ac94a6 ] LUCENE-9555: Advance conjunction Iterator for two phase iteration (#1943) PR #1351 introduced a sort optimization where documents can be skipped. But there was a bug in case we were using two phase approximation, as we would advance it without advancing an overall conjunction iterator. This patch fixed it. Relates to #1351 > Advance conjunction Iterator for two phase iteration > ---------------------------------------------------- > > Key: LUCENE-9555 > URL: https://issues.apache.org/jira/browse/LUCENE-9555 > Project: Lucene - Core > Issue Type: Bug > Reporter: Mayya Sharipova > Priority: Minor > Time Spent: 1.5h > Remaining Estimate: 0h > > LUCENE-9280 introduced a sort optimization where > documents can be skipped. > But there was a bug in case we were using two phase > approximation, as we would advance it without advancing > an overall conjunction iterator. > Relates to https://issues.apache.org/jira/browse/LUCENE-9280 > -- 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