Uses of Interface
org.apache.lucene.search.join.BitSetProducer
-
Packages that use BitSetProducer Package Description org.apache.lucene.search.join Support for index-time and query-time joins. -
-
Uses of BitSetProducer in org.apache.lucene.search.join
Classes in org.apache.lucene.search.join that implement BitSetProducer Modifier and Type Class Description classQueryBitSetProducerABitSetProducerthat wraps a query and caches matchingBitSets per segment.Fields in org.apache.lucene.search.join declared as BitSetProducer Modifier and Type Field Description private BitSetProducerToParentBlockJoinSortField. childFilterprivate BitSetProducerParentChildrenBlockJoinQuery. parentFilterprivate BitSetProducerToParentBlockJoinSortField. parentFilterprivate BitSetProducerToChildBlockJoinQuery. parentsFilterprivate BitSetProducerToChildBlockJoinQuery.ToChildBlockJoinWeight. parentsFilterprivate BitSetProducerToParentBlockJoinQuery.BlockJoinWeight. parentsFilterprivate BitSetProducerToParentBlockJoinQuery. parentsFilterMethods in org.apache.lucene.search.join with parameters of type BitSetProducer Modifier and Type Method Description static voidCheckJoinIndex. check(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 BitSetProducer Constructor Description BlockJoinWeight(Query joinQuery, Weight childWeight, BitSetProducer parentsFilter, ScoreMode scoreMode)ParentChildrenBlockJoinQuery(BitSetProducer parentFilter, Query childQuery, int parentDocId)Creates aParentChildrenBlockJoinQueryinstanceToChildBlockJoinQuery(Query parentQuery, BitSetProducer parentsFilter)Create a ToChildBlockJoinQuery.ToChildBlockJoinWeight(Query joinQuery, Weight parentWeight, BitSetProducer parentsFilter, boolean doScores)ToParentBlockJoinQuery(Query childQuery, BitSetProducer parentsFilter, ScoreMode scoreMode)Create a ToParentBlockJoinQuery.ToParentBlockJoinSortField(java.lang.String field, SortField.Type type, boolean reverse, boolean order, BitSetProducer parentFilter, BitSetProducer childFilter)Create ToParentBlockJoinSortField.ToParentBlockJoinSortField(java.lang.String field, SortField.Type type, boolean reverse, BitSetProducer parentFilter, BitSetProducer childFilter)Create ToParentBlockJoinSortField.
-