尝试从Type中删除其中一个属性。
现在我正在使用Restlest Client对此进行测试。(注意:邮差也是首选)。
这是我到目前为止所尝试的:
URL: http://localhost:9200/demo/external/
Request: DELETE
我拥有的属性是:
"properties":
{
"mappings":{.....}
{"Name":{"properties":{"type":{"type": "text",…}
}
我想删除属性中的名称和不可用映射。
TIA