Interface Max

All Superinterfaces:
Aggregation, NumericMetricsAggregation, NumericMetricsAggregation.SingleValue, ToXContent, ToXContentFragment
All Known Implementing Classes:
InternalMax, ParsedMax

public interface Max
extends NumericMetricsAggregation.SingleValue
An aggregation that computes the maximum of the values in the current bucket.
  • Method Details

    • getValue

      double getValue()
      The maximum.