Uses of Interface
org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation
-
Packages that use NumericMetricsAggregation Package Description org.elasticsearch.search.aggregations.metrics org.elasticsearch.search.aggregations.pipeline -
-
Uses of NumericMetricsAggregation in org.elasticsearch.search.aggregations.metrics
Subinterfaces of NumericMetricsAggregation in org.elasticsearch.search.aggregations.metrics Modifier and Type Interface Description interfaceAvgAn aggregation that computes the average of the values in the current bucket.interfaceCardinalityAn aggregation that computes approximate numbers of unique terms.interfaceExtendedStatsStatistics over a set of values (either aggregated over field data or scripts)interfaceMaxAn aggregation that computes the maximum of the values in the current bucket.interfaceMedianAbsoluteDeviationAn aggregation that approximates the median absolute deviation of a numeric fieldinterfaceMinAn aggregation that computes the minimum of the values in the current bucket.static interfaceNumericMetricsAggregation.MultiValuestatic interfaceNumericMetricsAggregation.SingleValueinterfacePercentileRanksAn aggregation that computes approximate percentiles given values.interfacePercentilesAn aggregation that computes approximate percentiles.interfaceStatsStatistics over a set of values (either aggregated over field data or scripts)interfaceSumAn aggregation that computes the sum of the values in the current bucket.interfaceValueCountAn get that holds the number of values that the current document set has for a specific field.interfaceWeightedAvgAn aggregation that computes the average of the values in the current bucket. -
Uses of NumericMetricsAggregation in org.elasticsearch.search.aggregations.pipeline
Subinterfaces of NumericMetricsAggregation in org.elasticsearch.search.aggregations.pipeline Modifier and Type Interface Description interfaceBucketMetricValueinterfaceDerivativeinterfaceExtendedStatsBucketExtended Statistics over a set of bucketsinterfacePercentilesBucketinterfaceSimpleValueinterfaceStatsBucketStatistics over a set of bucketsClasses in org.elasticsearch.search.aggregations.pipeline that implement NumericMetricsAggregation Modifier and Type Class Description classInternalBucketMetricValueclassInternalDerivativeclassInternalExtendedStatsBucketclassInternalPercentilesBucketclassInternalSimpleValueclassInternalStatsBucketclassParsedBucketMetricValueclassParsedDerivativeclassParsedExtendedStatsBucketclassParsedPercentilesBucketclassParsedSimpleValueclassParsedStatsBucket
-