shahrs87 commented on issue #11479: URL: https://github.com/apache/lucene/issues/11479#issuecomment-1256508467
> SparseFixedBItSet is no longer used by DocIdSetBuilder, but the class didn't get cleaned up and removed. In main branch, SparseFixedBItSet is used by `UnicodeProps`, `Lucene90OnHeapHnswGraph` and `DocValuesFieldUpdates`. There are more usages in test related code also. @rmuir Are you thinking to replace `SparseFixedBItSet` with `DocIdSetBuilder.Buffer` in the above classes ? -- 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]
