我试图使用jest删除ES中索引的别名映射。// create Jest Client.RemoveAliasMapping removeAliasMapping = new RemoveAliasMapping.Builder("oldIndex", "alias").build();
在创建如果我使用api:client.execu
使用Elasticsearch,我可以删除索引的名称:{}DELETE my_index_alias错误是: "errormatches an alias, specify the corresponding concrete indices instead." "status": 400是否有办法删除索引的别名