DisjunctionDISIApproximation
class DisjunctionDISIApproximation(subIterators: MutableCollection<out DisiWrapper>, leadCost: Long) : DocIdSetIterator
A DocIdSetIterator which is a disjunction of the approximations of the provided iterators.
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
Link copied to clipboard
Return the linked list of iterators positioned on the current doc.