Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php37 public const DEFAULT_COMPRESSION = false; define in Elastica\\Connection
150 return (bool) $this->hasParam('compression') ? $this->getParam('compression') : self::DEFAULT_COMPRESSION;