Aggregations

更新时间:
复制 MD 格式

Aggregations defines the list of aggregations to apply in a search request.

Data structure

message Aggregations {
    repeated Aggregation aggs = 1;
}

Parameter

Type

Required

Description

aggs

Aggregation

Yes

The configurations of an aggregation.