ElasticSearch如何新增字段
/index/type/_mapping post
{
    "properties": {
        "zy_renwu_pingjia": {
            "type": "string",
            "index": "not_analyzed"
        }
    }
}
/index/type/_mapping post
{
    "properties": {
        "zy_renwu_pingjia": {
            "type": "string",
            "index": "not_analyzed"
        }
    }
}
