OpenSearch/docs/reference
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
..
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 Replaced `ignore_indices` with `ignore_unavailable`, `expand_wildcards` and `allow_no_indices`. 2014-01-02 12:19:45 +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