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
-32Lines changed: 0 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -711,38 +711,6 @@ public function create($params)
711
711
return$endpoint->resultOrFuture($response);
712
712
}
713
713
714
-
/**
715
-
* $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
716
-
* ['flush'] = (boolean) Specify whether the index should be flushed after performing the operation (default: true)
717
-
* ['max_num_segments'] = (number) The number of segments the index should be merged into (default: dynamic)
718
-
* ['only_expunge_deletes'] = (boolean) Specify whether the operation should only expunge deleted documents
719
-
* ['operation_threading'] = () TODO: ?
720
-
* ['refresh'] = (boolean) Specify whether the index should be refreshed after performing the operation (default: true)
721
-
* ['wait_for_merge'] = (boolean) Specify whether the request should block until the merge process is finished (default: true)
722
-
* ['ignore_unavailable'] = (bool) Whether specified concrete indices should be ignored when unavailable (missing or closed)
723
-
* ['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)
724
-
* ['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both.
725
-
*
726
-
* @param $params array Associative array of parameters
0 commit comments