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/Client.php
-33Lines changed: 0 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -252,39 +252,6 @@ public function delete($params)
252
252
return$endpoint->resultOrFuture($response);
253
253
}
254
254
255
-
/**
256
-
*
257
-
* $params[''] @todo finish the rest of these params
258
-
* ['ignore_unavailable'] = (bool) Whether specified concrete indices should be ignored when unavailable (missing or closed)
259
-
* ['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)
260
-
* ['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both.
0 commit comments