使用Shell 删除索引库order_index订单索引
要删除索引库order_index,您可以使用以下命令:
curl -X DELETE "http://localhost:9200/order_index"
这将发送一个HTTP DELETE请求到Elasticsearch服务器,以删除名为order_index的索引库。请确保替换localhost和端口号9200为您的Elasticsearch服务器的IP地址和端口号。
原文地址: https://www.cveoy.top/t/topic/fri3 著作权归作者所有。请勿转载和采集!