Class AdaptingAggregator

All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.lucene.search.Collector, org.elasticsearch.core.Releasable
Direct Known Subclasses:
StringTermsAggregatorFromFilters

public abstract class AdaptingAggregator extends Aggregator
An Aggregator that delegates collection to another Aggregator and then translates its results into the results you'd expect from another aggregation.