elasticsearch.rst
changeset 2361 469d85d8bc88
parent 2355 83f89c78affb
child 2429 238b04562c8c
equal deleted inserted replaced
2360:5179f42afc84 2361:469d85d8bc88
   119 
   119 
   120 List of mappings across all indexes::
   120 List of mappings across all indexes::
   121 
   121 
   122   GET /_mapping
   122   GET /_mapping
   123   GET /_all/_mapping
   123   GET /_all/_mapping
       
   124   GET /twitter,kimchy/_mapping
       
   125 
       
   126 https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-mapping.html
       
   127   Get Mapping.
   124 
   128 
   125 List of shards::
   129 List of shards::
   126 
   130 
   127   GET /_cluster/health?pretty&level=shards
   131   GET /_cluster/health?pretty&level=shards
   128 
   132