Uses of Class
org.apache.lucene.search.join.ToParentBlockJoinQuery
-
Packages that use ToParentBlockJoinQuery Package Description org.apache.lucene.search.join This modules support index-time and query-time joins. -
-
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 TopGroups<Integer>
ToParentBlockJoinCollector. getTopGroups(ToParentBlockJoinQuery query, Sort withinGroupSort, int offset, int maxDocsPerGroup, int withinGroupOffset, boolean fillSortFields)
Return the TopGroups for the specified BlockJoinQuery.
-