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

   This should help reduce polymorphism of `DocIdSetIterator` as doc values 
would then only expose 2 classes as `DocIdSetIterator`s: dense iterators and 
`IndexedDISI` for the sparse case.
   
   This change almost only touches implementations of doc values, a separate 
change will be needed to fix call sites of `docValues#nextDoc()` and similar 
`DocIdSetIterator` APIs to go through `docValues#iterator()` instead.
   
   Relates #14450


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