- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
build(String name,
AggregatorFactories factories,
ValuesSource valuesSource,
int precision,
GeoBoundingBox geoBoundingBox,
int requiredSize,
int shardSize,
AggregationContext context,
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,
AggregationContext context,
Aggregator parent,
CardinalityUpperBound cardinality,
Map<String,Object> metadata)
throws
IOException
- Throws:
IOException