ES mapping設置字段別名


"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"
        }
      }
    }
}

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM