Uses of Class
org.apache.lucene.search.grouping.SearchGroup
-
-
Uses of SearchGroup in org.apache.lucene.search.grouping
Methods in org.apache.lucene.search.grouping that return types with arguments of type SearchGroup Modifier and Type Method Description Collection<SearchGroup<GROUP_VALUE_TYPE>>
AbstractFirstPassGroupingCollector. getTopGroups(int groupOffset, boolean fillFields)
Returns top groups, starting from offset.static <T> Collection<SearchGroup<T>>
SearchGroup. merge(List<Collection<SearchGroup<T>>> topGroups, int offset, int topN, org.apache.lucene.search.Sort groupSort)
Merges multiple collections of top groups, for example obtained from separate index shards.Method parameters in org.apache.lucene.search.grouping with type arguments of type SearchGroup Modifier and Type Method Description static <T> Collection<SearchGroup<T>>
SearchGroup. merge(List<Collection<SearchGroup<T>>> topGroups, int offset, int topN, org.apache.lucene.search.Sort groupSort)
Merges multiple collections of top groups, for example obtained from separate index shards.Constructor parameters in org.apache.lucene.search.grouping with type arguments of type SearchGroup Constructor Description AbstractSecondPassGroupingCollector(Collection<SearchGroup<GROUP_VALUE_TYPE>> groups, org.apache.lucene.search.Sort groupSort, org.apache.lucene.search.Sort withinGroupSort, int maxDocsPerGroup, boolean getScores, boolean getMaxScores, boolean fillSortFields)
TermSecondPassGroupingCollector(String groupField, Collection<SearchGroup<String>> groups, org.apache.lucene.search.Sort groupSort, org.apache.lucene.search.Sort withinGroupSort, int maxDocsPerGroup, boolean getScores, boolean getMaxScores, boolean fillSortFields)
-