Elasticsearch之一百种你不得不记的RESTful api | XYZ
Post

Elasticsearch之一百种你不得不记的RESTful api

  1. 删除索引`curl -XDELETE “http://localhost:9200/your_index_name?pretty”
  2. 查看索引列表curl -X GET "http://localhost:9200/_cat/indices?v" `
This post is licensed under CC BY 4.0 by the author.