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
Copy file name to clipboardExpand all lines: src/Elasticsearch/Namespaces/IndicesNamespace.php
-25Lines changed: 0 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -211,31 +211,6 @@ public function putSettings($params = array())
211
211
return$this->performRequest($endpoint);
212
212
}
213
213
214
-
/**
215
-
* $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string for all indices
216
-
* ['ignore_unavailable'] = (bool) Whether specified concrete indices should be ignored when unavailable (missing or closed)
217
-
* ['allow_no_indices'] = (bool) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
218
-
* ['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both.
219
-
*
220
-
* @param array $params Associative array of parameters
0 commit comments