BinaryDocValues
A per-document numeric value.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Advance the iterator to exactly target and return whether target has a value. target must be greater than or equal to the current .docID and must be a valid doc ID, ie. 0 and <maxDoc. After this method returns, .docID returns target.
Link copied to clipboard
Returns the binary value for the current document ID. It is illegal to call this method after .advanceExact returned false.
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