Class AdaptingAggregator

java.lang.Object
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, org.apache.lucene.search.Collector, Releasable

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.