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

public class AggregationQueryParams extends Object implements Serializable
Base class for aggregation type specific parameters given in an AggregationQuery.
Since:
21.03.000.001
See Also:
  • Constructor Details

    • AggregationQueryParams

      public AggregationQueryParams()
  • Method Details

    • toString

      public String toString(int depth)
    • toShortString

      public String toShortString()
      Only selected parameters and no sub-aggregations.