Lines Matching refs:number

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)
162 $params['min_score'] = (number) Include only documents with a specific `_score` value in the result
171 $params['terminate_after'] = (number) The maximum count for each shard, upon reaching which the query execution will terminate early
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)
192 $params['version'] = (number) Explicit version number for concurrency control
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)
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
217 $params['version'] = (number) Explicit version number for concurrency control
237 $params['from'] = (number) Starting offset (default: 0)
262 $params['requests_per_second'] = (number) The throttle to set on this request in floating sub-requests per second. -1 means set no throttle. (Required)
301 $params['version'] = (number) Explicit version number for concurrency control
325 $params['version'] = (number) Explicit version number for concurrency control
397 $params['version'] = (number) Explicit version number for concurrency control
461 $params['version'] = (number) Explicit version number for concurrency control
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)
483 $params['version'] = (number) Explicit version number for concurrency control
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
540 $params['max_concurrent_searches'] = (number) Controls the maximum number of concurrent searches the multi search api will execute
542 $params['pre_filter_shard_size'] = (number) A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if theĀ number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method ie. if date filters are mandatory to match but the shard bounds and the query are disjoint.
559 $params['max_concurrent_searches'] = (number) Controls the maximum number of concurrent searches the multi search api will execute
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)
658 $params['requests_per_second'] = (number) The throttle to set on this request in sub-requests per second. -1 means no throttle. (Default = 0)
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)
661 $params['max_docs'] = (number) Maximum number of documents to process (default: all documents)
676 $params['requests_per_second'] = (number) The throttle to set on this request in floating sub-requests per second. -1 means set no throttle. (Required)
743 $params['from'] = (number) Starting offset (default: 0)
754 $params['size'] = (number) Number of hits to return (default: 10)
759 $params['terminate_after'] = (number) The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.
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)
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
867 $params['from'] = (number) Starting offset (default: 0)
893 $params['requests_per_second'] = (number) The throttle to set on this request in floating sub-requests per second. -1 means set no throttle. (Required)