[DOC] Add GET Alias API note to breaking changes

Note explains that GET Alias API now supports IndicesOptions and will error if a index is missing
This commit is contained in:
Colin Goodheart-Smithe 2014-09-18 15:08:29 +01:00
parent d3e348ef90
commit f0e9b7b8ef
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ curl -XGET 'http://localhost:9200/_all/_aliases'
curl -XGET 'http://localhost:9200/_aliases'
--------------------------------------------------
In addition, the <<alias-retrieving, get alias api>> now supports <<multi-index>> options and, by default, will
produce an error response if a requested index does not exist.
The <<indices-get-mapping, get mapping api>> will return a section for `mappings` even if there are
no mappings. This ensures that the following two examples are equivalent: