💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# List All Indices(列出所有索引) 原文链接 : [https://www.elastic.co/guide/en/elasticsearch/reference/5.4/_list_all_indices.html](https://www.elastic.co/guide/en/elasticsearch/reference/5.4/_list_all_indices.html) 译文链接 : [http://www.apache.wiki/pages/viewpage.action?pageId=4260689](http://www.apache.wiki/pages/viewpage.action?pageId=4260689) 贡献者 : [那伊抹微笑](/display/~wangyangting),[ApacheCN](/display/~apachecn),[Apache中文网](/display/~apachechina) 现在,让我们来看一看我们的索引 :  ``` curl -XGET 'localhost:9200/_cat/indices?v&pretty' ``` 响应如下 :  ``` health status index uuid pri rep docs.count docs.deleted store.size pri.store.size ``` 这意味着我们的集群中还没有索引。