PUT /customers/_mapping/instore
{
"properties":{
"name":{
"type":"text",
"analyzer":"standard"
}
}
}
ERROR:
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "Rejecting mapping update to [customers] as the final mapping would have more than 1 type: [instore, online]"
}
],
"type": "illegal_argument_exception",
"reason": "Rejecting mapping update to [customers] as the final mapping would have more than 1 type: [instore, online]"
},
"status": 400
}