# Aggregations
Aggregations (opens new window)
GET /my-index-000001/_search
{
"aggs": {
"my-agg-name": {
"terms": {
"field": "my-field"
}
}
}
}
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
# 分桶聚合
# 指标聚合
# 管道聚合
不建议使用field_data(内存) 正排索引