Incorrect HTTP method for uri [/test_index/mapping/?pretty=true] and method [PUT], allowed: [POST]
在es中使用
PUT /test_index
PUT /test_index/mapping/
{
"properties":{
"name":{
"type":"text"
},
"age":{
"type":"integer"
}
}
}
返回结果



浙公网安备 33010602011771号