码迷,mamicode.com
首页 > 其他好文 > 详细

ElasticSearch如何新增字段

时间:2017-10-23 18:24:33      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:div   not   ros   ring   elastic   search   arch   str   字段   

  

/index/type/_mapping  post

 

 

{
    "properties": {
        "zy_renwu_pingjia": {
            "type": "string",
            "index": "not_analyzed"
        }
    }
}

 

 

 

ElasticSearch如何新增字段

标签:div   not   ros   ring   elastic   search   arch   str   字段   

原文地址:http://www.cnblogs.com/crystaltu/p/7717567.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!