Interface FieldMetricAggregationBuilder<A>

Type Parameters:
A - the type of the result of the aggregation
All Superinterfaces:
SearchAggregationBuilder<A>, SearchFilterableAggregationBuilder<A>

public interface FieldMetricAggregationBuilder<A> extends SearchFilterableAggregationBuilder<A>
Used by the all the metric aggregations that are supposed to return a value having the same type of field, or if a projection converter is present and enabled, the same type of the latter.