Class GeoTileGridAggregatorFactory
java.lang.Object
org.opensearch.search.aggregations.AggregatorFactory
org.opensearch.search.aggregations.support.ValuesSourceAggregatorFactory
org.opensearch.geo.search.aggregations.bucket.geogrid.GeoTileGridAggregatorFactory
Aggregation Factory for geo_tile grid agg
- Opensearch.internal:
-
Field Summary
Fields inherited from class org.opensearch.search.aggregations.support.ValuesSourceAggregatorFactory
configFields inherited from class org.opensearch.search.aggregations.AggregatorFactory
factories, metadata, name, parent, queryShardContext -
Method Summary
Modifier and TypeMethodDescriptionprotected AggregatorcreateUnmapped(SearchContext searchContext, Aggregator parent, Map<String, Object> metadata) protected AggregatordoCreateInternal(SearchContext searchContext, Aggregator parent, CardinalityUpperBound cardinality, Map<String, Object> metadata) Methods inherited from class org.opensearch.search.aggregations.support.ValuesSourceAggregatorFactory
createInternal, getStatsSubtypeMethods inherited from class org.opensearch.search.aggregations.AggregatorFactory
create, doValidate, getParent, name
-
Method Details
-
createUnmapped
protected Aggregator createUnmapped(SearchContext searchContext, Aggregator parent, Map<String, Object> metadata) throws IOException- Specified by:
createUnmappedin classValuesSourceAggregatorFactory- Throws:
IOException
-
doCreateInternal
protected Aggregator doCreateInternal(SearchContext searchContext, Aggregator parent, CardinalityUpperBound cardinality, Map<String, Object> metadata) throws IOException- Specified by:
doCreateInternalin classValuesSourceAggregatorFactory- Throws:
IOException
-