Interface GeoGridAggregatorSupplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Base Aggregator supplier interface for geo grid aggs
- Opensearch.internal:
-
Method Summary
Modifier and TypeMethodDescriptionbuild(String name, AggregatorFactories factories, ValuesSource valuesSource, int precision, GeoBoundingBox geoBoundingBox, int requiredSize, int shardSize, SearchContext aggregationContext, Aggregator parent, CardinalityUpperBound cardinality, Map<String, Object> metadata)
-
Method Details
-
build
GeoGridAggregator build(String name, AggregatorFactories factories, ValuesSource valuesSource, int precision, GeoBoundingBox geoBoundingBox, int requiredSize, int shardSize, SearchContext aggregationContext, Aggregator parent, CardinalityUpperBound cardinality, Map<String, Object> metadata) throws IOException- Throws:
IOException
-