Uses of Interface
org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation.SingleValue
-
Packages that use NumericMetricsAggregation.SingleValue Package Description org.elasticsearch.search.aggregations.metrics org.elasticsearch.search.aggregations.pipeline -
-
Uses of NumericMetricsAggregation.SingleValue in org.elasticsearch.search.aggregations.metrics
Subinterfaces of NumericMetricsAggregation.SingleValue 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.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.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.Classes in org.elasticsearch.search.aggregations.metrics that implement NumericMetricsAggregation.SingleValue Modifier and Type Class Description classInternalAvgclassInternalCardinalityclassInternalMaxclassInternalMedianAbsoluteDeviationclassInternalMinstatic classInternalNumericMetricsAggregation.SingleValueclassInternalSumclassInternalValueCountAn internal implementation ofValueCount.classInternalWeightedAvgclassParsedAvgclassParsedCardinalityclassParsedMaxclassParsedMedianAbsoluteDeviationclassParsedMinclassParsedSingleValueNumericMetricsAggregationclassParsedSumclassParsedValueCountclassParsedWeightedAvg -
Uses of NumericMetricsAggregation.SingleValue in org.elasticsearch.search.aggregations.pipeline
Subinterfaces of NumericMetricsAggregation.SingleValue in org.elasticsearch.search.aggregations.pipeline Modifier and Type Interface Description interfaceBucketMetricValueinterfaceDerivativeinterfaceSimpleValueClasses in org.elasticsearch.search.aggregations.pipeline that implement NumericMetricsAggregation.SingleValue Modifier and Type Class Description classInternalBucketMetricValueclassInternalDerivativeclassInternalSimpleValueclassParsedBucketMetricValueclassParsedDerivativeclassParsedSimpleValue
-