ES聚合(查询分享数量大于30的uuid)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ES聚合(查询分享数量大于30的uuid)相关的知识,希望对你有一定的参考价值。

{
  "size": 0,
  "query": {
    "bool": {
      "must": [
        {
          "terms": {
            "ul_actType": [
              1030
            ],
            "boost": 1
          }
        },
        {
          "terms": {
            "ul_distChannel": [
              2000,
              1000,
              1001,
              1019
            ],
            "boost": 1
          }
        }
      ],
      "disable_coord": false,
      "adjust_pure_negative": true,
      "boost": 1
    }
  },
  "explain": false,
  "aggregations": {
    "aggs_targetId": {
      "terms": {
        "field": "ul_targetId",
        "size": 30,
        "min_doc_count": 1,
        "shard_min_doc_count": 0,
        "show_term_doc_count_error": false,
        "order": [
          {
            "_count": "desc"
          },
          {
            "_term": "asc"
          }
        ]
      }
    }
  }
}

JSON转CSV:  https://json-csv.com/

以上是关于ES聚合(查询分享数量大于30的uuid)的主要内容,如果未能解决你的问题,请参考以下文章

es 基础聚合

跟我学Elasticsearch(7) es的嵌套聚合,下钻分析,聚合分析

具有多个排除项的 Elasticsearch 聚合查询

30秒就能看懂的JavaScript 代码片段

如何在查询中编写单个聚合

ES 去重/聚合查询