How to get the buckets count from terms aggregation in elasticsearch?

后端 未结 0 1981
无人及你
无人及你 2021-02-04 17:05

I want to get the users count who has more than 10 orders , just like the following sql does:

select count(1) from (
  sel         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题