Class AggregationQueryParams
java.lang.Object
de.elo.ix.client.esearch.aggregations.AggregationQueryParams
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DateHistogramAggregationQueryParams
,FilterAggregationQueryParams
,HistogramAggregationQueryParams
,RangeAggregationQueryParams
,SingleValueMetricsAggregationQueryParams
,TermsAggregationQueryParams
Base class for aggregation type specific parameters given in an AggregationQuery.
- Since:
- 21.03.000.001
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOnly selected parameters and no sub-aggregations.toString
(int depth)
-
Constructor Details
-
AggregationQueryParams
public AggregationQueryParams()
-
-
Method Details
-
toString
-
toShortString
Only selected parameters and no sub-aggregations.
-