Home
last modified time | relevance | path

Searched refs:ccr (Results 1 – 4 of 4) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php112 protected $ccr; variable in Elasticsearch\\Client
279 $this->ccr = new CcrNamespace($transport, $endpoint);
1686 * Returns the ccr namespace
1688 public function ccr(): CcrNamespace function in Elasticsearch\\Client
1690 return $this->ccr;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCcrNamespace.asciidoc58 $params['body'] = (array) The name of the leader index and other optional ccr related parameters (Required)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc64 * <<Elasticsearch_Clientccr_ccr,`ccr()`>>
940 .`ccr()`
945 Returns the ccr namespace
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md17 - [Cross-cluster replication](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-apis.html)