hello

elastaicsearch练习--高级查询-aggs-桶聚合查询

请求resful: GET
请求:http://119.91.127.xxx:9200/myuser/_search
请求方式: json
{ "aggs": { "age_groupby": { "terms": { "field": "age" } } }, "size": 0 }

posted @ 2022-02-14 17:29  八股文研究生  阅读(39)  评论(0)    收藏  举报
my name is zhangsan