Class RangeAggregationResult

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

public class RangeAggregationResult extends Object implements Serializable
The result object of a range aggregation.
It consists mainly of buckets and within its inner aggregations results (sub-aggregations).
Since:
21.03.000.001
See Also:
  • Field Details

    • buckets

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

    • RangeAggregationResult

      public RangeAggregationResult()
  • Method Details