- 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,
Rounding rounding,
BucketOrder order,
boolean keyed,
long minDocCount,
LongBounds extendedBounds,
LongBounds hardBounds,
ValuesSourceConfig valuesSourceConfig,
AggregationContext context,
Aggregator parent,
CardinalityUpperBound cardinality,
Map<String,Object> metadata)
-
Method Details
-
build
Aggregator build(String name,
AggregatorFactories factories,
Rounding rounding,
BucketOrder order,
boolean keyed,
long minDocCount,
@Nullable
LongBounds extendedBounds,
@Nullable
LongBounds hardBounds,
ValuesSourceConfig valuesSourceConfig,
AggregationContext context,
Aggregator parent,
CardinalityUpperBound cardinality,
Map<String,Object> metadata)
throws
IOException
- Throws:
IOException