Class GlobalAggCollectorManagerWithSingleCollector

java.lang.Object
org.opensearch.search.aggregations.AggregationCollectorManager
org.opensearch.search.aggregations.GlobalAggCollectorManagerWithSingleCollector
All Implemented Interfaces:
org.apache.lucene.search.CollectorManager<org.apache.lucene.search.Collector,ReduceableSearchResult>

public class GlobalAggCollectorManagerWithSingleCollector extends AggregationCollectorManager
CollectorManager to take care of global aggregation operators in case of non-concurrent segment search. This CollectorManager returns the same collector instance (i.e. created in constructor of super class) on each newCollector call