OpenSearch/docs/reference
Martijn van Groningen aa548f5148 Remove GET `_aliases` api in favour for GET `_alias` api
Currently there are two get aliases apis that both have the same functionality, but have a different response structure. The reason for having 2 apis is historic.

The GET _alias api was added in 0.90.x and is more efficient since it only sends the needed alias data from the cluster state between the master node and the node that received the request. In the GET _aliases api the complete cluster state is send to the node that received the request and then the right information is filtered out and send back to the client.

The GET _aliases api should be removed in favour for the alias api

Closes to #4539
2014-01-02 13:56:11 +01:00
..
analysis Wrong link to Token Filter 2013-12-03 10:39:13 +01:00
cat [DOCS] Linked cat-pending to cluster-pending 2013-12-02 15:29:47 +01:00
cluster Added cluster health status to the Cluster Stats API 2013-12-18 12:03:49 +01:00
docs [DOCS] Documented rest.action.multi.allow_explicit_index 2013-11-27 17:33:09 +01:00
images add docs on new service.bat facility 2013-09-23 18:24:31 +03:00
index-modules Doc values for geo points. 2013-12-27 12:45:18 +01:00
indices Remove GET `_aliases` api in favour for GET `_alias` api 2014-01-02 13:56:11 +01:00
mapping Explicit doc_values setting. 2013-12-30 11:10:52 +01:00
modules Replaced `ignore_indices` with `ignore_unavailable`, `expand_wildcards` and `allow_no_indices`. 2014-01-02 12:19:45 +01:00
query-dsl * setup accurate GeoDistance Function 2013-12-27 19:15:19 +09:00
search Replaced `ignore_indices` with `ignore_unavailable`, `expand_wildcards` and `allow_no_indices`. 2014-01-02 12:19:45 +01:00
setup Add repository information to docs 2013-12-19 15:58:08 +01:00
testing [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00
analysis.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
api-conventions.asciidoc Replaced `ignore_indices` with `ignore_unavailable`, `expand_wildcards` and `allow_no_indices`. 2014-01-02 12:19:45 +01:00
cat.asciidoc [DOCS] Add headers and help parameters. 2013-12-23 22:26:28 -06:00
cluster.asciidoc Added Cluster Stats API 2013-12-17 13:14:46 +01:00
docs.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
glossary.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules.asciidoc Remove 'term_index_interval' and 'term_index_divisor' 2013-12-10 16:54:08 +01:00
index.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00
indices.asciidoc Add a GetFieldMapping API 2013-10-30 16:16:36 +01:00
mapping.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
modules.asciidoc make term statistics accessible in scripts 2014-01-02 11:17:33 +01:00
query-dsl.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
search.asciidoc [DOC] add doc for multi term vector api 2013-11-26 17:03:14 +01:00
setup.asciidoc Add repository information to docs 2013-12-19 15:58:08 +01:00
testing.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00