Class SingleValueMetricsAggregationQueryParams

java.lang.Object
de.elo.ix.client.esearch.aggregations.AggregationQueryParams
de.elo.ix.client.esearch.aggregations.SingleValueMetricsAggregationQueryParams
All Implemented Interfaces:
Serializable

public class SingleValueMetricsAggregationQueryParams extends AggregationQueryParams
Defines parameters to run an aggregation of one of the types Min, Max, Sum, Avg (single-value-metrics-aggregations).
This aggregation query doesn't allow sub-aggregations.

Note: The value_count aggregation gets an an own query params class although it is a single-value-metrics-aggregation, because it has a different return value type (long).
Since:
21.03.000.001
See Also:
  • Constructor Details

    • SingleValueMetricsAggregationQueryParams

      public SingleValueMetricsAggregationQueryParams()
  • Method Details