Home
last modified time | relevance | path

Searched refs:shards (Results 1 – 11 of 11) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DSourceSplitResponse.php63 public function setShards($shards) argument
65 $this->shards = $shards;
72 return $this->shards;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/Health/
DIndex.php115 $shards = [];
117 $shards[] = new Shard($shardNumber, $shard);
120 return $shards;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DSecurityNamespace.asciidoc72 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this …
139 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this o…
155 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make th…
169 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this o…
183 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this o…
197 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this …
211 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this …
225 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this …
345 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this o…
398 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this o…
[all …]
DClusterNamespace.asciidoc136 … the level of detail for returned information (Options = cluster,indices,shards) (Default = cluste…
140 $params['wait_for_active_shards'] = (string) Wait until the specified number of shards is …
143 …locating_shards'] = (boolean) Whether to wait until there are no relocating shards in the cluster
144 …ializing_shards'] = (boolean) Whether to wait until there are no initializing shards in the cluster
232 $params['retry_failed'] = (boolean) Retries allocation of shards that are blocked due to too many…
DIndicesNamespace.asciidoc143 $params['wait_for_active_shards'] = (string) Set the number of active shards to wait for on the clo…
162shards to wait for before the operation returns. Set to `index-setting` to wait according to the i…
436 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before th…
624 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before th…
827 $params['status'] = (list) A comma-separated list of statuses used to filter on shards
848 $params['wait_for_active_shards'] = (string) Set the number of active shards to wait for on the shr…
900 $params['wait_for_active_shards'] = (string) Set the number of active shards to wait for on the shr…
932 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before th…
DSearchableSnapshotsNamespace.asciidoc86 …s aggregated at cluster, index or shard level (Options = cluster,indices,shards) (Default = indice…
DCatNamespace.asciidoc40 * <<Elasticsearch_Namespaces_CatNamespaceshards_shards,`shards()`>>
174 … = (boolean) Set to true to return stats only for primary shards (Default = false)
434 .`shards(array $params = [])`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
DClient.asciidoc108 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this …
189 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this …
212 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this …
480 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this …
542shards based on query rewriting if the number of shards the search request expands to exceeds the …
655 $params['timeout'] = (time) Time each individual bulk request should wait for shards
841 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this …
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
DCatNamespace.php550 public function shards(array $params = []) function in Elasticsearch\\Namespaces\\CatNamespace
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dindex-operations.asciidoc134 <1> The top level `settings` contains config about the index (# of shards, etc)
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md894 - More info on Elastica\Exception\PartialShardFailureException. Not just number of failed shards.
1407 - Throw PartialShardFailureException if response has failed shards