You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/02/04 16:11:51 UTC

[GitHub] [lucene] romseygeek opened a new pull request #648: LUCENE-10407: Set bpos flag to true when containing filter is exhausted

romseygeek opened a new pull request #648:
URL: https://github.com/apache/lucene/pull/648


   ContainedByIntervalIterator and OverlappingIntervalIterator set their 'is the filter 
   interval exhausted' flag to `false` once it has returned NO_MORE_POSITIONS on 
   a document, so that subsequent calls to `startPosition()` will also return 
   NO_MORE_POSITIONS.  ContainingIntervalIterator omits to do this, and so it can 
   incorrectly report matches, for example when used in a disjunction.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [lucene] romseygeek merged pull request #648: LUCENE-10407: Set bpos flag to true when containing filter is exhausted

Posted by GitBox <gi...@apache.org>.
romseygeek merged pull request #648:
URL: https://github.com/apache/lucene/pull/648


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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