gaobinlong opened a new issue, #15655: URL: https://github.com/apache/lucene/issues/15655
### Description The **docBase** variable is always 0 here: https://github.com/apache/lucene/blob/bea2f6750e4906adcb252ea518cf21ee867c9156/lucene/misc/src/java/org/apache/lucene/misc/search/MemoryAccountingBitsetCollector.java#L41 , this causes wrong bitset result when using the MemoryAccountingBitsetCollector, the reason maybe that we need to set docBase in doSetNextReader(). ### Version and environment details Newest code, main branch. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
