Uses of Class
org.apache.lucene.search.grouping.SecondPassGroupingCollector
-
Packages that use SecondPassGroupingCollector Package Description org.apache.lucene.search.grouping Grouping. -
-
Uses of SecondPassGroupingCollector in org.apache.lucene.search.grouping
Subclasses of SecondPassGroupingCollector in org.apache.lucene.search.grouping Modifier and Type Class Description classDistinctValuesCollector<T,R>A second pass grouping collector that keeps track of distinct values for a specified field for the top N group.classTopGroupsCollector<T>A second-pass collector that collects the TopDocs for each group, and returns them as aTopGroupsobject
-