Elasticsearch之一百种你不得不记的RESTful api
- 删除索引`curl -XDELETE “http://localhost:9200/your_index_name?pretty”
- 查看索引列表
curl -X GET "http://localhost:9200/_cat/indices?v"
`
This post is licensed under CC BY 4.0 by the author.
curl -X GET "http://localhost:9200/_cat/indices?v"
`