"domain" :  {"type" : "text","analyzer" : "ik_max_word","norms" : false,"fields" : {"host" : {"type" : "keyword","doc_values":true}}},

 

字段   domain

别名   host

查询可以按照别名进行查询: domian.host

POST domain_name_aliases/_search
{
    "aggs": {
      "aggCount": {
        "terms": {
          "field": "domain.host"
        }
      }
    }
}

 

相关文章:

  • 2021-11-09
  • 2022-12-23
  • 2021-05-12
  • 2021-08-28
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
猜你喜欢
  • 2022-12-23
  • 2021-10-12
  • 2021-10-07
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案