Class HistogramAggregationResult

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

public class HistogramAggregationResult extends Object implements Serializable
The result object of a histogram aggregation on numeric values.
It consists mainly of buckets and within its inner aggregations results (sub-aggregations).
Since:
21.03.000.006
See Also:
  • Field Details

    • buckets

      protected List<Bucket> buckets
      The result buckets.
  • Constructor Details

    • HistogramAggregationResult

      public HistogramAggregationResult()
  • Method Details