ElasticSearch如何新增字段

时间:2017-10-23 16:55:42   收藏:0   阅读:304

  

/index/type/_mapping  post

 

 

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

 

 

 

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!