ES索引增加字段
ES索引增加字段PUT crm_goods/_mapping/goods{"properties": {"addBacklistUser":{"type": "long"},"addBacklistUserName":{"type": "text"},"addEmployeeUser":{"type": "long"},"addEmployeeUserName":{"typ
·
ES索引增加字段
PUT crm_goods/_mapping/goods
{
"properties": {
"addBacklistUser":{
"type": "long"
},
"addBacklistUserName":{
"type": "text"
},
"addEmployeeUser":{
"type": "long"
},
"addEmployeeUserName":{
"type": "text"
}
}
}
PUT 索引/_mapping/索引名
更多推荐
已为社区贡献3条内容
所有评论(0)