Package org.apache.lucene.search
Class DocIdSetBulkIterator
java.lang.Object
org.apache.lucene.search.DocIdSetBulkIterator
Bulk iterator over a
DocIdSetIterator
.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Sole constructor, invoked by sub-classes. -
Method Summary
Modifier and TypeMethodDescriptionabstract void
iterate
(LeafCollector collector, Bits acceptDocs, int min, int max) Iterate over documents contained in this iterator and callLeafCollector.collect(int)
on them.
-
Constructor Details
-
DocIdSetBulkIterator
protected DocIdSetBulkIterator()Sole constructor, invoked by sub-classes.
-
-
Method Details
-
iterate
public abstract void iterate(LeafCollector collector, Bits acceptDocs, int min, int max) throws IOException Iterate over documents contained in this iterator and callLeafCollector.collect(int)
on them.- Throws:
IOException
-