Lines Matching refs:operation

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)
108 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
110 $params['timeout'] = (time) Explicit operation timeout
116 $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
163 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
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)
189 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
191 $params['timeout'] = (time) Explicit operation timeout
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)
212 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
214 $params['timeout'] = (time) Explicit operation timeout
215 $params['if_seq_no'] = (number) only perform the delete operation if the last operation that has changed the document has the specified sequence number
216 $params['if_primary_term'] = (number) only perform the delete operation if the last operation that has changed the document has the specified primary term
231 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Required)
232 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
243 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
247 $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,dfs_query_then_fetch)
276 $params['timeout'] = (time) Explicit operation timeout
294 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
295 $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
296 $params['refresh'] = (boolean) Refresh the shard containing the document before performing the operation
318 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
319 $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
320 $params['refresh'] = (boolean) Refresh the shard containing the document before performing the operation
348 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
367 $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
390 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
391 $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
392 $params['refresh'] = (boolean) Refresh the shard containing the document before performing the operation
454 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
455 $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
456 $params['refresh'] = (boolean) Refresh the shard containing the document before performing the operation
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)
479 $params['op_type'] = (enum) Explicit operation type. Defaults to `index` for requests with an explicit document ID, and to `create`for requests without an explicit document ID (Options = index,create)
480 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
482 $params['timeout'] = (time) Explicit operation timeout
485 $params['if_seq_no'] = (number) only perform the index operation if the last operation that has changed the document has the specified sequence number
486 $params['if_primary_term'] = (number) only perform the index operation if the last operation that has changed the document has the specified primary term
517 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
518 $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
519 $params['refresh'] = (boolean) Refresh the shard containing the document before performing the operation
539 $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,query_and_fetch,dfs_query_then_fetch,dfs_query_and_fetch)
557 $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,query_and_fetch,dfs_query_then_fetch,dfs_query_and_fetch)
588 $params['index'] = (list) A comma-separated list of index names to open point in time; use `_all` or empty string to perform the operation on all indices
589 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
620 $params['timeout'] = (time) Explicit operation timeout
636 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
640 $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,dfs_query_then_fetch)
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)
733 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
734 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
749 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
753 $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,dfs_query_then_fetch)
772 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
773 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
791 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
792 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
797 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
800 $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,query_and_fetch,dfs_query_then_fetch,dfs_query_and_fetch)
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)
841 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
842 $params['retry_on_conflict'] = (number) Specify how many times should the operation be retried when a conflict occurs (default: 0)
844 $params['timeout'] = (time) Explicit operation timeout
845 $params['if_seq_no'] = (number) only perform the update operation if the last operation that has changed the document has the specified sequence number
846 $params['if_primary_term'] = (number) only perform the update operation if the last operation that has changed the document has the specified primary term
861 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Required)
862 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
874 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
878 $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,dfs_query_then_fetch)