查看所有索引
我们来看一下我们的索引:
GET /_cat/indices?v
curl -X GET "localhost:9200/_cat/indices?v&pretty"
响应:
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
表明我们目前在集群中还没有任何索引。
我们来看一下我们的索引:
GET /_cat/indices?v
curl -X GET "localhost:9200/_cat/indices?v&pretty"
响应:
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
表明我们目前在集群中还没有任何索引。