Class SecondPassGroupingCollector<T>

java.lang.Object
org.apache.lucene.search.SimpleCollector
org.apache.lucene.search.grouping.SecondPassGroupingCollector<T>
All Implemented Interfaces:
Collector, LeafCollector
Direct Known Subclasses:
DistinctValuesCollector, TopGroupsCollector

public class SecondPassGroupingCollector<T> extends SimpleCollector
SecondPassGroupingCollector runs over an already collected set of groups, further applying a GroupReducer to each group
See Also:
WARNING: This API is experimental and might change in incompatible ways in the next release.