Class SingleValueMetricsAggregationQueryParams
java.lang.Object
de.elo.ix.client.esearch.aggregations.AggregationQueryParams
de.elo.ix.client.esearch.aggregations.SingleValueMetricsAggregationQueryParams
- All Implemented Interfaces:
Serializable
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).
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setMissingValue
(String missingValue) toString()
toString
(int depth) Methods inherited from class de.elo.ix.client.esearch.aggregations.AggregationQueryParams
toShortString
-
Constructor Details
-
SingleValueMetricsAggregationQueryParams
public SingleValueMetricsAggregationQueryParams()
-
-
Method Details
-
getMissingValue
-
setMissingValue
-
toString
-
toString
- Overrides:
toString
in classAggregationQueryParams
-