OpenSearch/docs/reference/indices
Martijn van Groningen f4bf0d5112 Replaced `ignore_indices` with `ignore_unavailable`, `expand_wildcards` and `allow_no_indices`.
* `ignore_unavailable` - Controls whether to ignore if any specified indices are unavailable, this includes indices that don't exist or closed indices. Either `true` or `false` can be specified.
* `allow_no_indices` - Controls whether to fail if a wildcard indices expressions results into no concrete indices. Either `true` or `false` can be specified. For example if the wildcard expression `foo*` is specified and no indices are available that start with `foo` then depending on this setting the request will fail. This setting is also applicable when `_all`, `*` or no index has been specified.
* `expand_wildcards` - Controls to what kind of concrete indices wildcard indices expression expand to. If `open` is specified then the wildcard expression if expanded to only open indices and if `closed` is specified then the wildcard expression if expanded only to closed indices. Also both values (`open,closed`) can be specified to expand to all indices.

Closes to #4436
2014-01-02 12:19:45 +01:00
..
aliases.asciidoc Replaced `ignore_indices` with `ignore_unavailable`, `expand_wildcards` and `allow_no_indices`. 2014-01-02 12:19:45 +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