List all types/indices

Is there any way to get all of the currently available types/indices
associated with the currently running ElasticSearch instance? I wasn't able
to find anything about this in the API docs, but it would be very helpful.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

This should help: Elasticsearch Platform — Find real-time answers at scale | Elastic
curl -XGET 'http://localhost:9200/_mapping'

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet | @elasticsearchfr | @scrutmydocs

Le 31 juil. 2013 à 17:30, Slater Victoroff slater.r.victoroff@gmail.com a écrit :

Is there any way to get all of the currently available types/indices associated with the currently running Elasticsearch instance? I wasn't able to find anything about this in the API docs, but it would be very helpful.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.