Aggregations 定义搜索请求中需要执行的聚合列表。
数据结构
message Aggregations {
repeated Aggregation aggs = 1;
}
|
名称 |
类型 |
是否必选 |
描述 |
|
aggs |
是 |
单个聚合的配置。 |
该文章对您有帮助吗?