Class AbstractGeoBoundsAggregator<T extends ValuesSource>

Type Parameters:
T - Class extending the ValuesSource which will provide the data on which aggregation will happen.
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.lucene.search.Collector, Releasable

public abstract class AbstractGeoBoundsAggregator<T extends ValuesSource> extends MetricsAggregator
Abstract class for doing the GeoBounds Aggregation over fields of type geo_shape and geo_point.
Opensearch.internal: