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/09/09 14:05:35 UTC

[GitHub] [lucene] romseygeek opened a new issue, #11759: IntervalBuilder.NO_INTERVALS returns wrong docId when unpositioned

romseygeek opened a new issue, #11759:
URL: https://github.com/apache/lucene/issues/11759

   ### Description
   
   DocIdSetIterators should return -1 when they are unpositioned, but 
   IntervalBuilder.NO_INTERVALS always returns NO_MORE_DOCS.  This
   can lead to exceptions when an empty interval query (for example, a
   text string made entirely of stopwords) is combined in a conjunction.
   
   ### Version and environment details
   
   _No response_


-- 
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.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 closed issue #11759: IntervalBuilder.NO_INTERVALS returns wrong docId when unpositioned

Posted by GitBox <gi...@apache.org>.
romseygeek closed issue #11759: IntervalBuilder.NO_INTERVALS returns wrong docId when unpositioned
URL: https://github.com/apache/lucene/issues/11759


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