| Interface | Description |
|---|---|
| AdjacencyMatrixAggregation |
A bucket aggregation returning a form of adjacency matrix.
|
| BucketOrder | |
| DateHistogramAggregation |
A multi-bucket aggregation similar to @{link
HistogramAggregation} except it can only be
applied on date values. |
| DateRangeAggregation | |
| FilterAggregation |
Defines a single bucket of all the documents in the current document set context that match a
specified filter.
|
| FiltersAggregation |
Defines a multi bucket aggregation where each bucket is associated with a filter.
|
| GeoDistanceAggregation |
A multi-bucket aggregation that works on geo_point fields and conceptually works very similar to
the range aggregation.
|
| GeoHashGridAggregation |
A multi-bucket aggregation that works on geo_point fields and groups points into buckets that
represent cells in a grid.
|
| GlobalAggregation |
Defines a single bucket of all the documents within the search execution context.
|
| HistogramAggregation |
A multi-bucket values source based aggregation that can be applied on numeric values extracted
from the documents.
|
| IpRangeAggregation | |
| MissingAggregation | |
| NestedAggregation |
A special single bucket aggregation that enables aggregating nested documents.
|
| Range | |
| RangeAggregation | |
| ReverseNestedAggregation |
A special single bucket aggregation that enables aggregating on parent docs from nested
documents.
|
| SamplerAggregation | |
| SignificantTermsAggregation | |
| SignificantTextAggregation | |
| TermsAggregation |