| AggregationBuilders |
The overall builder for Aggregation.
|
| AggregationResults |
Used to obtain the results of Aggregation
|
| AvgAggregation |
Calculate the average value of a field.
|
| AvgAggregation.Builder |
|
| AvgAggregationResult |
|
| CountAggregation |
Counts the number of documents based on a specific field.
|
| CountAggregation.Builder |
|
| CountAggregationResult |
|
| DistinctCountAggregation |
Count the total number of documents after deduplication based on a specific field.
|
| DistinctCountAggregation.Builder |
|
| DistinctCountAggregationResult |
|
| MaxAggregation |
Calculate the maximum value of a specific field.
|
| MaxAggregation.Builder |
|
| MaxAggregationResult |
|
| MinAggregation |
Calculate the minimum value of a specific field.
|
| MinAggregation.Builder |
|
| MinAggregationResult |
|
| PercentilesAggregation |
Return the range of percentiles in the group.
|
| PercentilesAggregation.Builder |
|
| PercentilesAggregationItem |
|
| PercentilesAggregationResult |
|
| SumAggregation |
Calculate the sum of a specific field.
|
| SumAggregation.Builder |
|
| SumAggregationResult |
|
| TopRowsAggregation |
Return the first few rows in the group.
|
| TopRowsAggregation.Builder |
|
| TopRowsAggregationResult |
|