Lines Matching refs:to

47 $params['body']                  = (array) The index, shard, and primary flag to explain. Empty means 'explain the first unassigned shard'
62 $params['master_timeout'] = (time) Specify timeout for connection to master
75 $params['wait_for_removal'] = (boolean) Specifies whether to wait for all excluded nodes to be removed from the cluster before clearing the voting configuration exclusions list. (Default = true)
89 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
104 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
119 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
121 $params['include_defaults'] = (boolean) Whether to return all default clusters setting. (Default = false)
134 $params['index'] = (list) Limit the information returned to a specific index
135 $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)
138 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
143 $params['wait_for_no_relocating_shards'] = (boolean) Whether to wait until there are no relocating shards in the cluster
144 $params['wait_for_no_initializing_shards'] = (boolean) Whether to wait until there are no initializing shards in the cluster
159 $params['master_timeout'] = (time) Specify timeout for connection to master
172 $params['node_ids'] = (string) A comma-separated list of the persistent ids of the nodes to exclude from the voting configuration. If specified, you may not also specify ?node_names.
188 $params['master_timeout'] = (time) Specify timeout for connection to master
203 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
205 $params['body'] = (array) The settings to be updated. Can be either `transient` or `persistent` (survives cluster restart). (Required)
232 $params['retry_failed'] = (boolean) Retries allocation of shards that are blocked due to too many subsequent allocation failures
233 $params['metric'] = (list) Limit the information returned to the specified metrics. Defaults to all but metadata (Options = _all,blocks,metadata,nodes,routing_table,master_node,version)
234 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
236 $params['body'] = (array) The definition of `commands` to perform (`move`, `cancel`, `allocate`)
249 $params['metric'] = (list) Limit the information returned to the specified metrics
250 $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
252 $params['master_timeout'] = (time) Specify timeout for connection to master
254 $params['wait_for_metadata_version'] = (number) Wait for the metadata version to be equal or greater than the specified metadata version
255 $params['wait_for_timeout'] = (time) The maximum time to wait for wait_for_metadata_version before timing out
257 $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)
258 $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)
271 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes