Searched refs:shard (Results 1 – 12 of 12) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/ ! |
| D | TestExecution.php | 112 public function setShard(Shard $shard) argument 114 $this->shard = $shard; 121 return $this->shard;
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/Health/ ! |
| D | Index.php | 116 foreach ($this->_data['shards'] as $shardNumber => $shard) { 117 $shards[] = new Shard($shardNumber, $shard);
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/ ! |
| D | Client.asciidoc | 107 …shard copies that must be active before proceeding with the bulk operation. Defaults to 1, meaning… 163 $params['preference'] = (string) Specify the node or shard the operation should be performe… 171 $params['terminate_after'] = (number) The maximum count for each shard, upon reaching which the … 188 …shard copies that must be active before proceeding with the index operation. Defaults to 1, meanin… 211 …shard copies that must be active before proceeding with the delete operation. Defaults to 1, meani… 243 $params['preference'] = (string) Specify the node or shard the operation should be perf… 294 $params['preference'] = (string) Specify the node or shard the operation should be performed … 296 $params['refresh'] = (boolean) Refresh the shard containing the document before performing… 318 $params['preference'] = (string) Specify the node or shard the operation should be performed … 320 $params['refresh'] = (boolean) Refresh the shard containing the document before performing… [all …]
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ ! |
| D | CcrNamespace.asciidoc | 57 …shard copies that must be active before returning. Defaults to 0. Set to `all` for all shard copie…
|
| D | AsyncSearchNamespace.asciidoc | 80 $params['batched_reduce_size'] = (number) The number of shard results that should be redu… 95 $params['preference'] = (string) Specify the node or shard the operation should … 104 … = (number) The maximum number of documents to collect for each shard, upon reaching whi…
|
| D | ClusterNamespace.asciidoc | 46 $params['include_disk_info'] = (boolean) Return information about disk usage and shard sizes (d… 47 … = (array) The index, shard, and primary flag to explain. Empty means 'explain the fi…
|
| D | SearchableSnapshotsNamespace.asciidoc | 86 $params['level'] = (enum) Return stats aggregated at cluster, index or shard level (Options = clust…
|
| D | CatNamespace.asciidoc | 381 $params['active_only'] = (boolean) If `true`, the response only includes ongoing shard recoveries (… 383 … = (boolean) If `true`, the response includes detailed information about shard recoveries (Defaul…
|
| D | IndicesNamespace.asciidoc | 733 $params['detailed'] = (boolean) Whether to display detailed information about shard recovery (De…
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ ! |
| D | crud.asciidoc | 144 immediately retrieve the document from any shard. Get operations are performed
|
| D | search-operations.asciidoc | 260 'size' => 50, // how many results *per shard* you want back
|
| /plugin/elasticsearch/vendor/ruflin/elastica/ ! |
| D | CHANGELOG.md | 435 …ery.html) : the indices recovery API provides insight into on-going index shard recoveries. It was… 1426 - Setting shard timeout doesn't work [#547](https://github.com/ruflin/Elastica/issues/547/) 1457 - Add support for shard timeout to the Bulk api.
|