lucene
lucene copied to clipboard
Reduce allocations in BKDReaderDocIDSetIterator
I observed several int[]
allocation related to BKDPointTree
, we can use DocIdsWriter#scratch
as the docIDs buffer for BKDReaderDocIDSetIterator
.