jpountz commented on PR #14290: URL: https://github.com/apache/lucene/pull/14290#issuecomment-2683084817
> leaving a single leftover usage in BitDocIdSet Is it because of `QueryBitSetProducer`? If so it looks like this class could be refactored to not use `BitDocIdSet`. All it needs is caching bit sets, and I suspect that it only uses `DocIdSet` as a way to have an `EMPTY` sentinel value. But it could do the same with a simple record that wraps a `BitSet`? -- 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