Interface Min

All Superinterfaces:
Aggregation, NumericMetricsAggregation, NumericMetricsAggregation.SingleValue, ToXContent, ToXContentFragment
All Known Implementing Classes:
InternalMin, ParsedMin

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

    • getValue

      double getValue()
      The minimum.