Home
last modified time | relevance | path

Searched refs:setConfigValue (Results 1 – 2 of 2) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/
DClient.php137 public function setConfigValue(string $key, $value): self function in Elastica\\Client
685 $this->setConfigValue('connectionStrategy', 'RoundRobin');
687 $this->setConfigValue('connectionStrategy', 'Simple');
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md830 … to ES server when the config was set using method `Elastica\Client->setConfigValue()` https://git…