OpenSearch/docs/reference/search
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
..
aggregations * setup accurate GeoDistance Function 2013-12-27 19:15:19 +09:00
facets * setup accurate GeoDistance Function 2013-12-27 19:15:19 +09:00
request [DOCS] Fixed some bad link refs 2013-12-16 18:07:33 +01:00
suggesters [DOCS] Completion suggest: Clarify de-duplication, optimize/merge 2013-12-05 11:10:56 +01:00
aggregations.asciidoc [DOCS] Typos in aggregations 2013-12-02 15:14:25 +01:00
count.asciidoc [DOCS] Added a few clarifications to the docs from the issues list 2013-09-04 23:20:55 +02:00
explain.asciidoc [Docs] Added _source filtering to documentation 2013-11-26 19:16:24 +01:00
facets.asciidoc Fix markup 2013-10-21 16:11:09 +02:00
more-like-this.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
multi-search.asciidoc [DOCS] Documented rest.action.multi.allow_explicit_index 2013-11-27 17:33:09 +01:00
multi-termvectors.asciidoc [DOC] add doc for multi term vector api 2013-11-26 17:03:14 +01:00
percolate.asciidoc Replaced `ignore_indices` with `ignore_unavailable`, `expand_wildcards` and `allow_no_indices`. 2014-01-02 12:19:45 +01:00
request-body.asciidoc Renamed top level `filter` to `post_filter`. 2013-12-16 17:10:14 +01:00
search.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
suggesters.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
termvectors.asciidoc [Docs] Document which encoding should be used in order to make sense of the offsets returned by the term vectors API. 2013-12-06 22:39:08 +01:00
uri-request.asciidoc [Docs] Added _source filtering to documentation 2013-11-26 19:16:24 +01:00
validate.asciidoc Renamed top level `filter` to `post_filter`. 2013-12-16 17:10:14 +01:00