Lines Matching refs:be

107 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the bulk 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)
111 $params['_source'] = (list) True or false to return the _source field or not, or default list of fields to return, can be overridden on each sub-request
112 $params['_source_excludes'] = (list) Default list of fields to exclude from the returned _source field, can be overridden on each sub-request
113 $params['_source_includes'] = (list) Default list of fields to extract and return from the _source field, can be overridden on each sub-request
158 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
159 $params['ignore_throttled'] = (boolean) Whether specified concrete, expanded or aliased indices should be ignored when throttled
163 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
167 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
170 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
188 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the index 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)
211 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the delete 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)
234 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
238 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
242 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
243 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
246 $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
294 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
318 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
342 $params['analyze_wildcard'] = (boolean) Specify whether wildcards and prefix queries in the query string query should be analyzed (default: false)
347 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
348 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
369 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
372 $params['include_unmapped'] = (boolean) Indicates whether unmapped fields should be included in the response. (Default = false)
390 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
421 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
434 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
454 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
478 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the index 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)
488 $params['require_alias'] = (boolean) When true, requires destination to be an alias. Default is false
517 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
524 $params['body'] = (array) Document identifiers; can be either `docs` (containing full document information) or `ids` (when index and type is provided in the URL. (Required)
541 $params['typed_keys'] = (boolean) Specify whether aggregation and suggester names should be prefixed by their respective types in the response
558 $params['typed_keys'] = (boolean) Specify whether aggregation and suggester names should be prefixed by their respective types in the response
560 $params['rest_total_hits_as_int'] = (boolean) Indicates whether hits.total should be rendered as an integer or an object in the rest search response (Default = false)
561 $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
589 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
591 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
631 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
637 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
654 $params['refresh'] = (boolean) Should the affected indexes be refreshed?
656 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the reindex 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)
660 $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)
699 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
718 $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
719 $params['rest_total_hits_as_int'] = (boolean) Indicates whether hits.total should be rendered as an integer or an object in the rest search response (Default = false)
736 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
737 $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
744 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
745 $params['ignore_throttled'] = (boolean) Whether specified concrete, expanded or aliased indices should be ignored when throttled
748 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
749 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
752 $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
773 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
776 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
793 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
794 $params['ignore_throttled'] = (boolean) Whether specified concrete, expanded or aliased indices should be ignored when throttled
797 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
799 $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
803 $params['typed_keys'] = (boolean) Specify whether aggregation and suggester names should be prefixed by their respective types in the response
804 $params['rest_total_hits_as_int'] = (boolean) Indicates whether hits.total should be rendered as an integer or an object in the rest search response (Default = false)
805 $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
820 $params['id'] = (string) The id of the document, when not specified a doc param should be supplied.
836 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the update 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)
842 $params['retry_on_conflict'] = (number) Specify how many times should the operation be retried when a conflict occurs (default: 0)
864 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
868 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
872 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
874 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
877 $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search