Mayya Sharipova created LUCENE-9541: ---------------------------------------
Summary: BitSetConjunctionDISI can advance backwards from its components Key: LUCENE-9541 URL: https://issues.apache.org/jira/browse/LUCENE-9541 Project: Lucene - Core Issue Type: Bug Reporter: Mayya Sharipova Not completely sure if this is a bug. BitSetConjuctionDISI advances based on its lead – DocIdSetIterator iterator, and doesn't consider that its another component – BitSetIterator may have already advanced passed a certain doc. This may result in duplicate documents. This behaviour was exposed in this PR. -- 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