Uses of Interface
org.apache.lucene.search.join.BitSetProducer
-
Uses of BitSetProducer in org.apache.lucene.search.join
Classes in org.apache.lucene.search.join that implement BitSetProducerModifier and TypeClassDescriptionclassABitSetProducerthat wraps a query and caches matchingBitSets per segment.Methods in org.apache.lucene.search.join with parameters of type BitSetProducerModifier and TypeMethodDescriptionstatic voidCheckJoinIndex.check(org.apache.lucene.index.IndexReader reader, BitSetProducer parentsFilter) Check that the given index is good to use for block joins.Constructors in org.apache.lucene.search.join with parameters of type BitSetProducerModifierConstructorDescriptionParentChildrenBlockJoinQuery(BitSetProducer parentFilter, org.apache.lucene.search.Query childQuery, int parentDocId) Creates aParentChildrenBlockJoinQueryinstanceToChildBlockJoinQuery(org.apache.lucene.search.Query parentQuery, BitSetProducer parentsFilter) Create a ToChildBlockJoinQuery.ToParentBlockJoinQuery(org.apache.lucene.search.Query childQuery, BitSetProducer parentsFilter, ScoreMode scoreMode) Create a ToParentBlockJoinQuery.ToParentBlockJoinSortField(String field, org.apache.lucene.search.SortField.Type type, boolean reverse, boolean order, BitSetProducer parentFilter, BitSetProducer childFilter) Create ToParentBlockJoinSortField.ToParentBlockJoinSortField(String field, org.apache.lucene.search.SortField.Type type, boolean reverse, BitSetProducer parentFilter, BitSetProducer childFilter) Create ToParentBlockJoinSortField.