Uses of Class
org.apache.lucene.search.join.ToParentBlockJoinQuery.ParentApproximation
-
Packages that use ToParentBlockJoinQuery.ParentApproximation Package Description org.apache.lucene.search.join Support for index-time and query-time joins. -
-
Uses of ToParentBlockJoinQuery.ParentApproximation in org.apache.lucene.search.join
Fields in org.apache.lucene.search.join declared as ToParentBlockJoinQuery.ParentApproximation Modifier and Type Field Description private ToParentBlockJoinQuery.ParentApproximation
ToParentBlockJoinQuery.BlockJoinScorer. parentApproximation
private ToParentBlockJoinQuery.ParentApproximation
ToParentBlockJoinQuery.ParentTwoPhase. parentApproximation
Constructors in org.apache.lucene.search.join with parameters of type ToParentBlockJoinQuery.ParentApproximation Constructor Description ParentTwoPhase(ToParentBlockJoinQuery.ParentApproximation parentApproximation, TwoPhaseIterator childTwoPhase)
-