Home
last modified time | relevance | path

Searched refs:shard (Results 1 – 12 of 12) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/ !
DTestExecution.php112 public function setShard(Shard $shard) argument
114 $this->shard = $shard;
121 return $this->shard;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/Health/ !
DIndex.php116 foreach ($this->_data['shards'] as $shardNumber => $shard) {
117 $shards[] = new Shard($shardNumber, $shard);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/ !
DClient.asciidoc107shard 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 …
188shard copies that must be active before proceeding with the index operation. Defaults to 1, meanin…
211shard 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/ !
DCcrNamespace.asciidoc57shard copies that must be active before returning. Defaults to 0. Set to `all` for all shard copie…
DAsyncSearchNamespace.asciidoc80 $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…
DClusterNamespace.asciidoc46 $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…
DSearchableSnapshotsNamespace.asciidoc86 $params['level'] = (enum) Return stats aggregated at cluster, index or shard level (Options = clust…
DCatNamespace.asciidoc381 $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…
DIndicesNamespace.asciidoc733 $params['detailed'] = (boolean) Whether to display detailed information about shard recovery (De…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ !
Dcrud.asciidoc144 immediately retrieve the document from any shard. Get operations are performed
Dsearch-operations.asciidoc260 'size' => 50, // how many results *per shard* you want back
/plugin/elasticsearch/vendor/ruflin/elastica/ !
DCHANGELOG.md435 …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.