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
-29Lines changed: 0 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -819,35 +819,6 @@ public function reindex($params)
819
819
return$this->performRequest($endpoint);
820
820
}
821
821
822
-
/**
823
-
* $params['index'] = (list) A comma-separated list of index names to restrict the operation; use `_all` or empty string to perform the operation on all indices
824
-
* ['ignore_indices'] = (enum) When performed on multiple indices, allows to ignore `missing` ones
825
-
* ['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
826
-
* ['routing'] = (string) Specific routing value
827
-
* ['source'] = (string) The URL-encoded request definition (instead of using request body)
828
-
* ['body'] = (array) The request definition
829
-
*
830
-
* @param array $params Associative array of parameters
0 commit comments