Package org.apache.lucene.search.join
Interface BitSetProducer
- All Known Implementing Classes:
QueryBitSetProducer
public interface BitSetProducer
A producer of
BitSets per segment.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.util.BitSetgetBitSet(org.apache.lucene.index.LeafReaderContext context) Produce aBitSetmatching the expected documents on the given segment.
-
Method Details
-
getBitSet
org.apache.lucene.util.BitSet getBitSet(org.apache.lucene.index.LeafReaderContext context) throws IOException Produce aBitSetmatching the expected documents on the given segment. This may returnnullif no documents match.- Throws:
IOException
-