Class ConjunctionDISI

java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.search.ConjunctionDISI

public final class ConjunctionDISI extends DocIdSetIterator
A conjunction of DocIdSetIterators. Requires that all of its sub-iterators must be on the same document all the time. This iterates over the doc ids that are present in each given DocIdSetIterator.
Public only for use in org.apache.lucene.search.spans.