Home
last modified time | relevance | path

Searched +full:servers +(+path:plugin +path:elasticsearch) -(+path:plugin +path:elasticsearch +path:lang) (Results 1 – 7 of 7) sorted by relevance

/plugin/elasticsearch/helper/
H A Dclient.php58 * Connects to the elastica servers and returns the client object
67 // parse servers config into DSN array
68 $dsn = ['servers' => []];
69 $servers = $this->getConf('servers');
70 $lines = explode("\n", $servers);
79 $dsn['servers'][] = compact('host', 'port', 'proxy', 'username', 'password');
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md9 into a single PHP function. RingPHP be used to power HTTP clients and servers
15 servers, RingPHP allows you to utilize pluggable HTTP clients and servers
/plugin/elasticsearch/conf/
H A Ddefault.php8 $conf['servers'] = 'localhost:9200';
H A Dmetadata.php8 $meta['servers'] = array();
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php671 if ($this->_config->has('servers')) {
672 $servers = $this->_config->get('servers');
673 foreach ($servers as $server) {
H A DConnection.php201 * Use a small value if you need a fast fail in case of dead, unresponsive or unreachable servers (~5 sec).
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1745 - Elastica_Client config param "servers" to "connections" renamed. "headers" and "curl" are now a config param inside "connections"
1967 - Add support for multiple servers to Elastica_Client (issue [#39](https://github.com/ruflin/Elastica/issues/39/))