Class RangeAggregationQueryParams
java.lang.Object
de.elo.ix.client.esearch.aggregations.AggregationQueryParams
de.elo.ix.client.esearch.aggregations.RangeAggregationQueryParams
- All Implemented Interfaces:
Serializable
Defines parameters to run an aggregation of type "Range" (a multi-bucket-aggregation).
This aggregation query allows sub-aggregations.
This aggregation query allows sub-aggregations.
- Since:
- 21.03.000.001
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRanges
(List<DoubleRangeValue> ranges) void
setSubAggregations
(Map<String, AggregationQuery> subAggregations) Only selected parameters and no sub-aggregations.toString
(int depth)
-
Constructor Details
-
RangeAggregationQueryParams
public RangeAggregationQueryParams()
-
-
Method Details
-
getRanges
-
setRanges
-
getSubAggregations
-
setSubAggregations
-
toString
- Overrides:
toString
in classAggregationQueryParams
-
toShortString
Only selected parameters and no sub-aggregations.- Overrides:
toShortString
in classAggregationQueryParams
-