ES索引增加字段

PUT crm_goods/_mapping/goods
{
"properties": {
"addBacklistUser":{
"type": "long"
},
"addBacklistUserName":{
"type": "text"
},
"addEmployeeUser":{
"type": "long"
},
"addEmployeeUserName":{
"type": "text"
}
}
}

PUT 索引/_mapping/索引名