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 class
QueryBitSetProducer
ABitSetProducer
that wraps a query and caches matchingBitSet
s per segment.Fields in org.apache.lucene.search.join declared as BitSetProducer Modifier and Type Field Description private BitSetProducer
ToParentBlockJoinSortField. childFilter
private BitSetProducer
ParentChildrenBlockJoinQuery. parentFilter
private BitSetProducer
ToParentBlockJoinSortField. parentFilter
private BitSetProducer
ToChildBlockJoinQuery. parentsFilter
private BitSetProducer
ToChildBlockJoinQuery.ToChildBlockJoinWeight. parentsFilter
private BitSetProducer
ToParentBlockJoinQuery.BlockJoinWeight. parentsFilter
private BitSetProducer
ToParentBlockJoinQuery. parentsFilter
Methods in org.apache.lucene.search.join with parameters of type BitSetProducer Modifier and Type Method Description static void
CheckJoinIndex. 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 aParentChildrenBlockJoinQuery
instanceToChildBlockJoinQuery(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.
-