This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
OpenSearch
mirror of
https://github.com/honeymoose/OpenSearch.git
Watch
1
Star
0
Fork
You've already forked OpenSearch
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d5552a980f
OpenSearch
/
rest-api-spec
/
test
/
indices.segments
/
10_basic.yaml
6 lines
84 B
YAML
Raw
Normal View
History
Unescape
Escape
indices.segments
2013-07-24 10:05:21 -04:00
---
"segments test"
:
-
do
:
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
2013-12-11 18:30:12 -05:00
indices.segments
:
allow_no_indices
:
true