OpenSearch/docs/reference/indices
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
..
aliases.asciidoc Remove GET `_aliases` api in favour for GET `_alias` api 2014-01-02 13:56:11 +01:00
analyze.asciidoc Support 'yaml' as a format for the Analyze API 2013-12-08 15:08:00 -07:00
clearcache.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
create-index.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
delete-index.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
delete-mapping.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
flush.asciidoc [DOCS] Tidied up various doc formatting errors 2013-09-16 16:13:01 +02:00
gateway-snapshot.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
get-field-mapping.asciidoc Add wildcard support to field resolving in the Get Field Mapping API 2013-12-10 23:46:37 +01:00
get-mapping.asciidoc Add a GetFieldMapping API 2013-10-30 16:16:36 +01:00
get-settings.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
indices-exists.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
open-close.asciidoc Replaced `ignore_indices` with `ignore_unavailable`, `expand_wildcards` and `allow_no_indices`. 2014-01-02 12:19:45 +01:00
optimize.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
put-mapping.asciidoc [DOCS] Changed all store:yes/no to store:true/false 2013-11-07 16:57:18 +01:00
refresh.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
segments.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
stats.asciidoc [DOC] Improve documentation on search stats groups 2013-11-01 13:53:39 +01:00
status.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
templates.asciidoc [DOCS] Fixed a typo in indices.get_templates 2013-10-03 11:40:29 +02:00
types-exists.asciidoc [DOCS] Removed outdated new/deprecated version notices 2013-09-03 21:28:31 +02:00
update-settings.asciidoc [DOCS] Documented index.codec.bloom.load for #4525 2013-12-20 10:51:17 +01:00
warmers.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00