| Avg |
An aggregation that computes the average of the values in the current bucket.
|
| Cardinality |
An aggregation that computes approximate numbers of unique terms.
|
| ExtendedStats |
Statistics over a set of values (either aggregated over field data or scripts)
|
| GeoBounds |
An aggregation that computes a bounding box in which all documents of the current bucket are.
|
| GeoCentroid |
Interface for GeoCentroidAggregator
|
| Max |
An aggregation that computes the maximum of the values in the current bucket.
|
| MedianAbsoluteDeviation |
An aggregation that approximates the median absolute deviation of a numeric field
|
| Min |
An aggregation that computes the minimum of the values in the current bucket.
|
| NumericMetricsAggregation |
|
| NumericMetricsAggregation.MultiValue |
|
| NumericMetricsAggregation.SingleValue |
|
| PercentileRanks |
An aggregation that computes approximate percentiles given values.
|
| Percentiles |
An aggregation that computes approximate percentiles.
|
| ScriptedMetric |
A metric aggregation that computes both its final and intermediate states using scripts.
|
| Stats |
Statistics over a set of values (either aggregated over field data or scripts)
|
| Sum |
An aggregation that computes the sum of the values in the current bucket.
|
| TopHits |
Accumulation of the most relevant hits for a bucket this aggregation falls into.
|
| ValueCount |
An get that holds the number of values that the current document set has for a specific
field.
|
| WeightedAvg |
An aggregation that computes the average of the values in the current bucket.
|