Colin Goodheart-Smithe 5fe782b784 Indices API: Added GET Index API
Returns information about settings, aliases, warmers, and mappings. Basically returns the IndexMetadata. This new endpoint replaces the /{index}/_alias|_aliases|_mapping|_mappings|_settings|_warmer|_warmers and /_alias|_aliases|_mapping|_mappings|_settings|_warmer|_warmers endpoints whilst maintaining the same response formats.  The only exception to this is on the /_alias|_aliases|_warmer|_warmers endpoint which will now return a section for 'aliases' or 'warmers' even if no aliases or warmers exist. This backwards compatibility change is documented in the reference docs.

Closes #4069
2014-09-11 11:19:21 +01:00
..
2014-09-11 09:52:09 +02:00
2014-09-11 10:41:23 +02:00
2014-09-11 11:19:21 +01:00
2014-09-09 14:57:38 +02:00
2014-09-11 11:17:49 +02:00
2014-09-10 16:05:03 +02:00
2014-06-03 11:06:35 +02:00
2014-09-11 09:52:09 +02:00
2014-08-21 10:34:39 +02:00