Uses of Class
org.apache.lucene.search.grouping.SearchGroup
-
Packages that use SearchGroup Package Description org.apache.lucene.search.grouping -
-
Uses of SearchGroup in org.apache.lucene.search.grouping
Subclasses of SearchGroup in org.apache.lucene.search.grouping Modifier and Type Class Description classCollectedSearchGroup<T>Expert: representation of a group inFirstPassGroupingCollector, tracking the top doc andFieldComparatorslot.Methods in org.apache.lucene.search.grouping that return types with arguments of type SearchGroup Modifier and Type Method Description Collection<SearchGroup<T>>FirstPassGroupingCollector. getTopGroups(int groupOffset)Returns top groups, starting from offset.static <T> Collection<SearchGroup<T>>SearchGroup. merge(List<Collection<SearchGroup<T>>> topGroups, int offset, int topN, 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, Sort groupSort)Merges multiple collections of top groups, for example obtained from separate index shards.abstract voidGroupSelector. setGroups(Collection<SearchGroup<T>> groups)Set a restriction on the group values returned by this selector If the selector is positioned on a document whose group value is not contained within this set, thenGroupSelector.advanceTo(int)will returnGroupSelector.State.SKIP
-