我想在现有的index创建个新的type,增加映射
{
"_all": {
"enabled": true,
"store": true
}
}
报如下错误:{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "Mapper for [_all] conflicts with existing mapping in other types: [mapper [_all] has different [store] values]"
}
],
"type": "illegal_argument_exception",
"reason": "Mapper for [_all] conflicts with existing mapping in other types: [mapper [_all] has different [store] values]"
},
"status": 400
}
求大神赐教
1 个回复
redhat
赞同来自: