Elasticsearch过滤器计数嵌套字段

Elasticsearch过滤器计数嵌套字段,第1张

Elasticsearch过滤器/计数嵌套字段

如果您要计算产生结果的文档数量,可以执行此 *** 作。

{  "size": 0,  "aggs": {    "count": {      "nested": {        "path": "results"      },      "aggs": {        "top_reverse_nested": {          "reverse_nested": {}        }      }    }  }}

数字计数将在top_reserve_nested doc_count中



欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/4988373.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-14
下一篇 2022-11-14

发表评论

登录后才能评论

评论列表(0条)

保存