OpenSearch/docs/reference/indices
Luca Cavanna 3afdf4a872 Added support for aliases to create index api
It is now possible to specify aliases during index creation:

curl -XPUT 'http://localhost:9200/test' -d '
{
    "aliases" : {
        "alias1" : {},
        "alias2" : {
            "filter" : { "term" : {"field":"value"}}
        }
    }
}'

Closes #4920
2014-02-17 14:54:21 +01:00
..
aliases.asciidoc Added support for aliases to create index api 2014-02-17 14:54:21 +01:00
analyze.asciidoc Support 'yaml' as a format for the Analyze API 2013-12-08 15:08:00 -07:00
clearcache.asciidoc remove bloom from clear cache API, add id_cache 2014-01-09 21:08:45 +01:00
create-index.asciidoc Added support for aliases to create index api 2014-02-17 14:54:21 +01:00
delete-index.asciidoc Added `action.destructive_requires_name` that controls whether wildcard expressions and `_all` is allowed to be used for destructive operat Also the delete index api requires always an index to be specified (either concrete index, alias or wildcard expression) 2014-01-09 11:36:50 +01:00
delete-mapping.asciidoc Make PUT and DELETE consistent for _mapping, _alias and _warmer 2014-01-14 20:02:43 +01:00
flush.asciidoc Cleanup comments and class names s/ElasticSearch/Elasticsearch 2014-01-07 11:21:51 +01: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 Consistent REST API changes for GETting data 2014-01-14 22:33:52 +01:00
indices-exists.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
open-close.asciidoc Added `action.destructive_requires_name` that controls whether wildcard expressions and `_all` is allowed to be used for destructive operat Also the delete index api requires always an index to be specified (either concrete index, alias or wildcard expression) 2014-01-09 11:36:50 +01:00
optimize.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
put-mapping.asciidoc Make PUT and DELETE consistent for _mapping, _alias and _warmer 2014-01-14 20:02:43 +01:00
refresh.asciidoc Rename RobinEngine and friends to InternalEngine 2014-01-13 15:49:10 +01:00
segments.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
stats.asciidoc Simplify indices stats API 2014-01-06 07:27:03 +01:00
status.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
templates.asciidoc Removed 0.90.* deprecation and addition notifications 2014-02-07 20:52:49 +01:00
types-exists.asciidoc [DOCS] Removed outdated new/deprecated version notices 2013-09-03 21:28:31 +02:00
update-settings.asciidoc Deprecated disable allocation decider which has the following options: 2014-01-09 10:01:46 +01:00
warmers.asciidoc Make PUT and DELETE consistent for _mapping, _alias and _warmer 2014-01-14 20:02:43 +01:00