| 类和说明 |
|---|
| Aggregation
The interface for aggregation.
|
| AvgAggregation
Calculate the average value of a field.
|
| CountAggregation
Counts the number of documents based on a specific field.
|
| DistinctCountAggregation
Count the total number of documents after deduplication based on a specific field.
|
| MaxAggregation
Calculate the maximum value of a specific field.
|
| MinAggregation
Calculate the minimum value of a specific field.
|
| PercentilesAggregation
Return the range of percentiles in the group.
|
| SumAggregation
Calculate the sum of a specific field.
|
| TopRowsAggregation
Return the first few rows in the group.
|
| 类和说明 |
|---|
| Aggregation
The interface for aggregation.
|
| AggregationBuilder
All agg's innerBuilder inherit from AggregationBuilder
|
| AggregationResults
Used to obtain the results of Aggregation
|
| 类和说明 |
|---|
| Aggregation
The interface for aggregation.
|
| AggregationBuilder
All agg's innerBuilder inherit from AggregationBuilder
|
| AggregationResults
Used to obtain the results of Aggregation
|
Copyright © 2025. All Rights Reserved.