Class AllGroupsCollectorManager<T>

java.lang.Object
org.apache.lucene.search.grouping.AllGroupsCollectorManager<T>
All Implemented Interfaces:
CollectorManager<AllGroupsCollector<T>,Collection<T>>

public class AllGroupsCollectorManager<T> extends Object implements CollectorManager<AllGroupsCollector<T>,Collection<T>>
A CollectorManager implementation for AllGroupsCollector.
WARNING: This API is experimental and might change in incompatible ways in the next release.