OpenSearch/docs/reference/modules
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
..
discovery Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
gateway Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
advanced-scripting.asciidoc make term statistics accessible in scripts 2014-01-02 11:17:33 +01:00
cluster.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
discovery.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
gateway.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
http.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
indices.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
memcached.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
network.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
node.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
plugins.asciidoc [DOCS] Added elasticsearch-extended-analyze plugin 2013-11-21 09:48:00 +01:00
scripting.asciidoc make term statistics accessible in scripts 2014-01-02 11:17:33 +01:00
snapshots.asciidoc Replaced `ignore_indices` with `ignore_unavailable`, `expand_wildcards` and `allow_no_indices`. 2014-01-02 12:19:45 +01:00
threadpool.asciidoc Set queue sizes by default on bulk/index thread pools 2013-10-12 21:51:37 +02:00
thrift.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
transport.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00