| Avg |
An aggregation that computes the average of the values in the current bucket.
|
| AvgAggregationBuilder |
|
| Cardinality |
An aggregation that computes approximate numbers of unique terms.
|
| CardinalityAggregationBuilder |
|
| ExtendedStats |
Statistics over a set of values (either aggregated over field data or scripts)
|
| ExtendedStats.Bounds |
|
| ExtendedStatsAggregationBuilder |
|
| GeoBounds |
An aggregation that computes a bounding box in which all documents of the current bucket are.
|
| GeoBoundsAggregationBuilder |
|
| GeoCentroid |
Interface for GeoCentroidAggregator
|
| GeoCentroidAggregationBuilder |
|
| HyperLogLogPlusPlus |
Hyperloglog++ counter, implemented based on pseudo code from
http://static.googleusercontent.com/media/research.google.com/fr//pubs/archive/40671.pdf and its appendix
https://docs.google.com/document/d/1gyjfMHy43U9OWBXxfaeG-3MjGzejW1dlpyMwEYAAWEI/view?fullscreen
This implementation is different from the original implementation in that it uses a hash table instead of a sorted list for linear
counting.
|
| InternalAvg |
|
| InternalCardinality |
|
| InternalExtendedStats |
|
| InternalGeoCentroid |
Serialization and merge logic for GeoCentroidAggregator.
|
| InternalMax |
|
| InternalMin |
|
| InternalNumericMetricsAggregation |
|
| InternalNumericMetricsAggregation.MultiValue |
|
| InternalNumericMetricsAggregation.SingleValue |
|
| InternalStats |
|
| InternalSum |
|
| InternalWeightedAvg |
|
| Max |
An aggregation that computes the maximum of the values in the current bucket.
|
| MaxAggregationBuilder |
|
| MedianAbsoluteDeviation |
An aggregation that approximates the median absolute deviation of a numeric field
|
| MedianAbsoluteDeviationAggregationBuilder |
|
| MetricsAggregator |
|
| Min |
An aggregation that computes the minimum of the values in the current bucket.
|
| MinAggregationBuilder |
|
| NumericMetricsAggregation |
|
| NumericMetricsAggregation.MultiValue |
|
| NumericMetricsAggregation.SingleValue |
|
| NumericMetricsAggregator |
|
| NumericMetricsAggregator.SingleValue |
|
| ParsedAvg |
|
| ParsedCardinality |
|
| ParsedExtendedStats |
|
| ParsedGeoBounds |
|
| ParsedGeoCentroid |
Serialization and merge logic for GeoCentroidAggregator.
|
| ParsedHDRPercentileRanks |
|
| ParsedHDRPercentiles |
|
| ParsedMax |
|
| ParsedMedianAbsoluteDeviation |
|
| ParsedMin |
|
| ParsedPercentiles |
|
| ParsedScriptedMetric |
|
| ParsedSingleValueNumericMetricsAggregation |
|
| ParsedStats |
|
| ParsedSum |
|
| ParsedTDigestPercentileRanks |
|
| ParsedTDigestPercentiles |
|
| ParsedTopHits |
|
| ParsedValueCount |
|
| ParsedWeightedAvg |
|
| Percentile |
|
| PercentileRanks |
An aggregation that computes approximate percentiles given values.
|
| PercentileRanksAggregationBuilder |
|
| Percentiles |
An aggregation that computes approximate percentiles.
|
| PercentilesAggregationBuilder |
|
| PercentilesMethod |
An enum representing the methods for calculating percentiles
|
| ScriptedMetric |
A metric aggregation that computes both its final and intermediate states using scripts.
|
| ScriptedMetricAggregationBuilder |
|
| Stats |
Statistics over a set of values (either aggregated over field data or scripts)
|
| StatsAggregationBuilder |
|
| Sum |
An aggregation that computes the sum of the values in the current bucket.
|
| SumAggregationBuilder |
|
| TDigestState |
Extension of TDigest with custom serialization.
|
| TopHits |
Accumulation of the most relevant hits for a bucket this aggregation falls into.
|
| TopHitsAggregationBuilder |
|
| ValueCount |
An get that holds the number of values that the current document set has for a specific
field.
|
| ValueCountAggregationBuilder |
|
| WeightedAvg |
An aggregation that computes the average of the values in the current bucket.
|
| WeightedAvgAggregationBuilder |
|