You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`string \| string[]` - A comma-separated list of index names; use `_all` or empty string for all indices
2614
-
2615
-
|`ignore_unavailable` or `ignoreUnavailable`
2616
-
|`boolean` - Whether specified concrete indices should be ignored when unavailable (missing or closed)
2617
-
2618
-
|`allow_no_indices` or `allowNoIndices`
2619
-
|`boolean` - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
2620
-
2621
-
|`expand_wildcards` or `expandWildcards`
2622
-
|`'open' \| 'closed' \| 'none' \| 'all'` - Whether to expand wildcard expression to concrete indices that are open, closed or both. +
0 commit comments