gf2121 opened a new pull request, #14529:
URL: https://github.com/apache/lucene/pull/14529

   Implement `intoBitset` for `IndexedDISI` and Docvalues.
   
   `intoBitset` of Docvalues has already been called in competitive iterators, 
and can also be used to speed up soft delete operations.
   
   Logic of this impl is different from default impl when calling `intoBitset` 
after `advanceExact` return false, where default impl starts from a 
not-existing doc but this impl starts from the next doc. I do not know which 
one is intended, maybe this should just be undefined.
   
   relates: https://github.com/apache/lucene/issues/14521


-- 
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-unsubscr...@lucene.apache.org

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


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

Reply via email to