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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -442,7 +442,7 @@ public function delete(array $params = [])
442
442
* $params['refresh'] = (boolean) Should the effected indexes be refreshed?
443
443
* $params['timeout'] = (time) Time each individual bulk request should wait for shards that are unavailable. (Default = 1m)
444
444
* $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the delete by query operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
445
-
* $params['scroll_size'] = (number) Size on the scroll request powering the delete by query
445
+
* $params['scroll_size'] = (number) Size on the scroll request powering the delete by query (Default = 100)
446
446
* $params['wait_for_completion'] = (boolean) Should the request should block until the delete by query is complete. (Default = true)
447
447
* $params['requests_per_second'] = (number) The throttle for this request in sub-requests per second. -1 means no throttle. (Default = 0)
448
448
* $params['slices'] = (number|string) The number of slices this task should be divided into. Defaults to 1, meaning the task isn't sliced into subtasks. Can be set to `auto`. (Default = 1)
@@ -698,6 +698,7 @@ public function getScript(array $params = [])
698
698
*
699
699
* @param array $params Associative array of parameters
* @note This API is EXPERIMENTAL and may be changed or removed completely in a future release
720
722
*
@@ -1360,7 +1362,7 @@ public function update(array $params = [])
1360
1362
* $params['refresh'] = (boolean) Should the affected indexes be refreshed?
1361
1363
* $params['timeout'] = (time) Time each individual bulk request should wait for shards that are unavailable. (Default = 1m)
1362
1364
* $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the update by query operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
1363
-
* $params['scroll_size'] = (number) Size on the scroll request powering the update by query
1365
+
* $params['scroll_size'] = (number) Size on the scroll request powering the update by query (Default = 100)
1364
1366
* $params['wait_for_completion'] = (boolean) Should the request should block until the update by query operation is complete. (Default = true)
1365
1367
* $params['requests_per_second'] = (number) The throttle to set on this request in sub-requests per second. -1 means no throttle. (Default = 0)
1366
1368
* $params['slices'] = (number|string) The number of slices this task should be divided into. Defaults to 1, meaning the task isn't sliced into subtasks. Can be set to `auto`. (Default = 1)
Copy file name to clipboardExpand all lines: src/Elasticsearch/Namespaces/AsyncSearchNamespace.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ public function get(array $params = [])
75
75
* $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
76
76
* $params['ignore_throttled'] = (boolean) Whether specified concrete, expanded or aliased indices should be ignored when throttled
77
77
* $params['allow_no_indices'] = (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)
78
-
* $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,none,all) (Default = open)
78
+
* $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
79
79
* $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
80
80
* $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
81
81
* $params['q'] = (string) Query in the Lucene query string syntax
Copy file name to clipboardExpand all lines: src/Elasticsearch/Namespaces/CatNamespace.php
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ public function fielddata(array $params = [])
121
121
* $params['h'] = (list) Comma-separated list of column names to display
122
122
* $params['help'] = (boolean) Return help information (Default = false)
123
123
* $params['s'] = (list) Comma-separated list of column names or column aliases to sort by
124
-
* $params['time'] = (enum) The unit in which to display time values (Options = d (Days),h (Hours),m (Minutes),s (Seconds),ms (Milliseconds),micros (Microseconds),nanos (Nanoseconds))
124
+
* $params['time'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos)
125
125
* $params['ts'] = (boolean) Set to false to disable timestamping (Default = true)
@@ -510,7 +510,7 @@ public function threadPool(array $params = [])
510
510
* $params['h'] = (list) Comma-separated list of column names to display
511
511
* $params['help'] = (boolean) Return help information (Default = false)
512
512
* $params['s'] = (list) Comma-separated list of column names or column aliases to sort by
513
-
* $params['time'] = (enum) The unit in which to display time values (Options = d (Days),h (Hours),m (Minutes),s (Seconds),ms (Milliseconds),micros (Microseconds),nanos (Nanoseconds))
513
+
* $params['time'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos)
* @param array $params Associative array of parameters
@@ -535,7 +535,7 @@ public function mlDataFrameAnalytics(array $params = [])
535
535
* $params['h'] = (list) Comma-separated list of column names to display
536
536
* $params['help'] = (boolean) Return help information (Default = false)
537
537
* $params['s'] = (list) Comma-separated list of column names or column aliases to sort by
538
-
* $params['time'] = (enum) The unit in which to display time values (Options = d (Days),h (Hours),m (Minutes),s (Seconds),ms (Milliseconds),micros (Microseconds),nanos (Nanoseconds))
538
+
* $params['time'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos)
* @param array $params Associative array of parameters
@@ -561,7 +561,7 @@ public function mlDatafeeds(array $params = [])
561
561
* $params['h'] = (list) Comma-separated list of column names to display
562
562
* $params['help'] = (boolean) Return help information (Default = false)
563
563
* $params['s'] = (list) Comma-separated list of column names or column aliases to sort by
564
-
* $params['time'] = (enum) The unit in which to display time values (Options = d (Days),h (Hours),m (Minutes),s (Seconds),ms (Milliseconds),micros (Microseconds),nanos (Nanoseconds))
564
+
* $params['time'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos)
* @param array $params Associative array of parameters
@@ -589,7 +589,7 @@ public function mlJobs(array $params = [])
589
589
* $params['h'] = (list) Comma-separated list of column names to display
590
590
* $params['help'] = (boolean) Return help information (Default = false)
591
591
* $params['s'] = (list) Comma-separated list of column names or column aliases to sort by
592
-
* $params['time'] = (enum) The unit in which to display time values (Options = d (Days),h (Hours),m (Minutes),s (Seconds),ms (Milliseconds),micros (Microseconds),nanos (Nanoseconds))
592
+
* $params['time'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos)
* @param array $params Associative array of parameters
@@ -616,19 +616,19 @@ public function mlTrainedModels(array $params = [])
616
616
* $params['h'] = (list) Comma-separated list of column names to display
617
617
* $params['help'] = (boolean) Return help information (Default = false)
618
618
* $params['s'] = (list) Comma-separated list of column names or column aliases to sort by
619
-
* $params['time'] = (enum) The unit in which to display time values (Options = d (Days),h (Hours),m (Minutes),s (Seconds),ms (Milliseconds),micros (Microseconds),nanos (Nanoseconds))
619
+
* $params['time'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos)
Copy file name to clipboardExpand all lines: src/Elasticsearch/Namespaces/IndicesNamespace.php
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -561,7 +561,7 @@ public function getMapping(array $params = [])
561
561
* $params['master_timeout'] = (time) Specify timeout for connection to master
562
562
* $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
563
563
* $params['allow_no_indices'] = (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)
564
-
* $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open,closed)
564
+
* $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = all)
565
565
* $params['flat_settings'] = (boolean) Return settings in flat format (default: false)
566
566
* $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
567
567
* $params['include_defaults'] = (boolean) Whether to return all default setting for each of the indices. (Default = false)
@@ -1045,12 +1045,12 @@ public function validateQuery(array $params = [])
1045
1045
* $params['master_timeout'] = (time) Specify timeout for connection to master
1046
1046
* $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
1047
1047
* $params['allow_no_indices'] = (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)
1048
-
* $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,none,all) (Default = closed)
1048
+
* $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = closed)
1049
1049
* $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns.
1050
1050
*
1051
1051
* @param array $params Associative array of parameters
@@ -1067,7 +1067,7 @@ public function freeze(array $params = [])
1067
1067
* $params['index'] = (list) A comma-separated list of index names to reload analyzers for
1068
1068
* $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
1069
1069
* $params['allow_no_indices'] = (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)
1070
-
* $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,none,all) (Default = open)
1070
+
* $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
1071
1071
*
1072
1072
* @param array $params Associative array of parameters
1073
1073
* @return array
@@ -1090,12 +1090,12 @@ public function reloadSearchAnalyzers(array $params = [])
1090
1090
* $params['master_timeout'] = (time) Specify timeout for connection to master
1091
1091
* $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
1092
1092
* $params['allow_no_indices'] = (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)
1093
-
* $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,none,all) (Default = closed)
1093
+
* $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = closed)
1094
1094
* $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns.
1095
1095
*
1096
1096
* @param array $params Associative array of parameters
0 commit comments