Uses of Class
org.apache.lucene.util.BitSetIterator
-
Packages that use BitSetIterator Package Description org.apache.lucene.search Code to search indices.org.apache.lucene.search.join Support for index-time and query-time joins. -
-
Uses of BitSetIterator in org.apache.lucene.search
Fields in org.apache.lucene.search declared as BitSetIterator Modifier and Type Field Description private BitSetIterator[]
ConjunctionDISI.BitSetConjunctionDISI. bitSetIterators
Constructor parameters in org.apache.lucene.search with type arguments of type BitSetIterator Constructor Description BitSetConjunctionDISI(DocIdSetIterator lead, java.util.Collection<BitSetIterator> bitSetIterators)
-
Uses of BitSetIterator in org.apache.lucene.search.join
Methods in org.apache.lucene.search.join that return BitSetIterator Modifier and Type Method Description protected static BitSetIterator
BlockJoinSelector. toIter(BitSet children)
creates an iterator for the given bitset
-