Uses of Class
org.apache.lucene.search.join.ToParentBlockJoinQuery
-
-
Uses of ToParentBlockJoinQuery in org.apache.lucene.search.join
Methods in org.apache.lucene.search.join with parameters of type ToParentBlockJoinQuery Modifier and Type Method Description org.apache.lucene.search.grouping.TopGroups<Integer>
ToParentBlockJoinCollector. getTopGroups(ToParentBlockJoinQuery query, org.apache.lucene.search.Sort withinGroupSort, int offset, int maxDocsPerGroup, int withinGroupOffset, boolean fillSortFields)
Return the TopGroups for the specified BlockJoinQuery.
-