Lines Matching refs:to

86 $params['index']              = (list) A comma separated list of indices to add a block to
87 $params['block'] = (string) The block to add (one of read, write, read_only or metadata)
89 $params['master_timeout'] = (time) Specify timeout for connection to master
91 $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)
92 $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)
105 $params['index'] = (string) The name of the index to scope the operation
119 $params['index'] = (list) A comma-separated list of index name to limit the operation
121 $params['fields'] = (list) A comma-separated list of fields to clear when using the `fielddata` parameter (default: all)
124 $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)
125 $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)
139 $params['index'] = (string) The name of the source index to clone
140 $params['target'] = (string) The name of the target index to clone into
142 $params['master_timeout'] = (time) Specify timeout for connection to master
143 $params['wait_for_active_shards'] = (string) Set the number of active shards to wait for on the cloned index before the operation returns.
156 $params['index'] = (list) A comma separated list of indices to close
158 $params['master_timeout'] = (time) Specify timeout for connection to master
160 $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)
161 $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)
162 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns. Set to `index-setting` to wait according to the index setting `index.write.wait_for_active_shards`, or `all` to wait for all shards, or an integer. Defaults to `0`.
202 $params['name'] = (list) A comma-separated list of data stream names; use `_all` or empty string to perform the operation on all data streams
215 $params['index'] = (list) A comma-separated list of indices to delete; use `_all` or `*` string to delete all indices
217 $params['master_timeout'] = (time) Specify timeout for connection to master
219 $params['allow_no_indices'] = (boolean) Ignore if a wildcard expression resolves to no concrete indices (default: false)
220 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
234 $params['name'] = (list) A comma-separated list of aliases to delete (supports wildcards); use `_all` to delete all aliases for the specified indices. (Required)
236 $params['master_timeout'] = (time) Specify timeout for connection to master
249 $params['name'] = (list) A comma-separated list of data streams to delete; use `*` to delete all data streams
250 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
265 $params['master_timeout'] = (time) Specify timeout for connection to master
280 $params['master_timeout'] = (time) Specify timeout for connection to master
296 $params['allow_no_indices'] = (boolean) Ignore if a wildcard expression resolves to no concrete indices (default: false)
297 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
299 $params['include_defaults'] = (boolean) Whether to return all default setting for each of the indices. (Default = false)
312 $params['name'] = (list) A comma-separated list of alias names to return (Required)
313 $params['index'] = (list) A comma-separated list of index names to filter aliases
315 $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)
316 $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)
332 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
348 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
362 $params['index'] = (list) A comma-separated list of index names; use `_all` to check the types across all indices
363 $params['type'] = DEPRECATED (list) A comma-separated list of document types to check
365 $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)
366 $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)
381 $params['force'] = (boolean) Whether a flush should be forced even if it is not necessarily needed ie. if no changes will be committed to the index. This is useful if transaction log IDs should be incremented even if no uncommitted changes are present. (This setting can be considered as internal)
382 $params['wait_if_ongoing'] = (boolean) If set to true the flush operation will block until the flush can be executed if another flush operation is already executing. The default is true. If set to false the flush will be skipped iff if another flush operation is already running.
397 $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)
398 $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)
411 $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
414 $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)
415 $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)
430 $params['index'] = (string) The name of the index to freeze
432 $params['master_timeout'] = (time) Specify timeout for connection to master
434 $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)
435 $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)
436 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns.
450 $params['include_type_name'] = (boolean) Whether to add the type name to the response (default: false)
453 $params['allow_no_indices'] = (boolean) Ignore if a wildcard expression resolves to no concrete indices (default: false)
454 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
456 $params['include_defaults'] = (boolean) Whether to return all default setting for each of the indices. (Default = false)
457 $params['master_timeout'] = (time) Specify timeout for connection to master
470 $params['name'] = (list) A comma-separated list of alias names to return
471 $params['index'] = (list) A comma-separated list of index names to filter aliases
473 $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)
474 $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)
488 $params['name'] = (list) A comma-separated list of data streams to get; use `*` to get all data streams
489 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
520 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
536 $params['include_type_name'] = (boolean) Whether to add the type name to the response (default: false)
538 $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)
539 $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)
540 $params['master_timeout'] = (time) Specify timeout for connection to master
554 $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
556 $params['master_timeout'] = (time) Specify timeout for connection to master
558 $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)
559 $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)
562 $params['include_defaults'] = (boolean) Whether to return all default setting for each of the indices. (Default = false)
589 $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
591 $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)
592 $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)
605 $params['name'] = (string) The name of the alias to migrate
618 $params['index'] = (list) A comma separated list of indices to open
620 $params['master_timeout'] = (time) Specify timeout for connection to master
622 $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)
623 $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)
624 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns.
650 $params['index'] = (list) A comma-separated list of index names the alias should point to (supports wildcards); use `_all` to perform the operation on all indices. (Required)
651 $params['name'] = (string) The name of the alias to be created or updated (Required)
653 $params['master_timeout'] = (time) Specify timeout for connection to master
670 $params['master_timeout'] = (time) Specify timeout for connection to master
684 $params['index'] = (list) A comma-separated list of index names the mapping should be added to (supports wildcards); use `_all` or omit to add the mapping on all indices.
697 $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
698 $params['master_timeout'] = (time) Specify timeout for connection to master
700 $params['preserve_existing'] = (boolean) Whether to update existing settings. If set to `true` existing settings on an index remain unchanged, the default is `false`
702 $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)
703 $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)
705 $params['body'] = (array) The index settings to be updated (Required)
732 $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
733 $params['detailed'] = (boolean) Whether to display detailed information about shard recovery (Default = false)
747 $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
749 $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)
750 $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)
763 $params['index'] = (list) A comma-separated list of index names to reload analyzers for
765 $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)
766 $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)
781 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
794 $params['alias'] = (string) The name of the alias to rollover (Required)
809 $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
811 $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)
812 $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)
826 $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
827 $params['status'] = (list) A comma-separated list of statuses used to filter on shards to get store information for (Options = green,yellow,red,all)
829 $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)
830 $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)
843 $params['index'] = (string) The name of the source index to shrink
844 $params['target'] = (string) The name of the target index to shrink into
845 $params['copy_settings'] = (boolean) whether or not to copy settings from the source index (defaults to false)
847 $params['master_timeout'] = (time) Specify timeout for connection to master
848 $params['wait_for_active_shards'] = (string) Set the number of active shards to wait for on the shrunken index before the operation returns.
864 $params['master_timeout'] = (time) Specify timeout for connection to master
881 $params['master_timeout'] = (time) Specify timeout for connection to master
882 $params['body'] = (array) New index template definition to be simulated, if no index template name is specified
895 $params['index'] = (string) The name of the source index to split
896 $params['target'] = (string) The name of the target index to split into
897 $params['copy_settings'] = (boolean) whether or not to copy settings from the source index (defaults to false)
899 $params['master_timeout'] = (time) Specify timeout for connection to master
900 $params['wait_for_active_shards'] = (string) Set the number of active shards to wait for on the shrunken index before the operation returns.
926 $params['index'] = (string) The name of the index to unfreeze
928 $params['master_timeout'] = (time) Specify timeout for connection to master
930 $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)
931 $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)
932 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns.
946 $params['master_timeout'] = (time) Specify timeout for connection to master
947 $params['body'] = (array) The definition of `actions` to perform (Required)
960 $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
961 $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)
962 $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)
978 $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
979 $params['type'] = DEPRECATED (list) A comma-separated list of document types to restrict the operation; leave empty to perform the operation on all types
982 $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)
983 $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)
985 $params['analyzer'] = (string) The analyzer to use for the query string
988 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
989 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
1003 Alias function to getAlias()