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.ParentApproximationToParentBlockJoinQuery.BlockJoinScorer. parentApproximationprivate ToParentBlockJoinQuery.ParentApproximationToParentBlockJoinQuery.ParentTwoPhase. parentApproximationConstructors in org.apache.lucene.search.join with parameters of type ToParentBlockJoinQuery.ParentApproximation Constructor Description ParentTwoPhase(ToParentBlockJoinQuery.ParentApproximation parentApproximation, TwoPhaseIterator childTwoPhase)
-