DocBaseBitSetIterator
A DocIdSetIterator like BitSetIterator but has a doc base in order to avoid storing previous 0s.
Properties
Link copied to clipboard
Get the FixedBitSet. A docId will exist in this DocIdSetIterator if the bitset contains the (docId - .getDocBase)
Functions
Link copied to clipboard
Link copied to clipboard
Returns the estimated cost of this DocIdSetIterator.
Link copied to clipboard
Load doc IDs into a FixedBitSet. This should behave exactly as if implemented as below, which is the default implementation:
Link copied to clipboard