Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.join |
Support for index-time and query-time joins.
|
Modifier and Type | Field and Description |
---|---|
private BitSetIterator[] |
ConjunctionDISI.BitSetConjunctionDISI.bitSetIterators |
Constructor and Description |
---|
BitSetConjunctionDISI(DocIdSetIterator lead,
java.util.Collection<BitSetIterator> bitSetIterators) |
Modifier and Type | Method and Description |
---|---|
protected static BitSetIterator |
BlockJoinSelector.toIter(BitSet children)
creates an iterator for the given bitset
|