Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php18 public const DEFAULT_PORT = 9200; define in Elastica\\Connection
73 return $this->hasParam('port') ? $this->getParam('port') : self::DEFAULT_PORT;
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1751 - Use Elastica_Connection for the following constants: DEFAULT_PORT, DEFAULT_HOST, DEFAULT_TRANSPORT, TIMEOUT