Class DistinctValuesCollectorManager<T,R>

java.lang.Object
org.apache.lucene.search.grouping.DistinctValuesCollectorManager<T,R>
All Implemented Interfaces:
CollectorManager<DistinctValuesCollector<T,R>,List<DistinctValuesCollector.GroupCount<T,R>>>

public class DistinctValuesCollectorManager<T,R> extends Object implements CollectorManager<DistinctValuesCollector<T,R>,List<DistinctValuesCollector.GroupCount<T,R>>>
A CollectorManager implementation for DistinctValuesCollector that supports parallel collection and merges results by taking the union of distinct values per group across segments.
WARNING: This API is experimental and might change in incompatible ways in the next release.