{"error": {},{}"type": "illegal_argument_exception","reason": "Types cannot be provided in put mapping requests, unless the include_type_name parameter is set to true.""root_cause": [],"type": "illegal_argument_exception","reason": "Types cannot be provided in put mapping requests, unless the include_type_name parameter is set to true.""status": 400}
book/_mapping/novel?include_type_name=true PUT { "novel": { "properties": { "title": { "type": "text" } } } }
{
"settings": {
"number_of_shards": 3,
"number_of_replicas": 1
},
"mappings": {
"properties": {
"name": {
"type": "text"
},
"country": {
"type": "keyword"
},
"age": {
"type": "integer"
}
}
}
}
这样试试呢,type目前高版本已经不支持了