Home
last modified time | relevance | path

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

/plugin/elasticsearch/helper/
Dclient.php62 protected $elasticaClient; variable in helper_plugin_elasticsearch_client
71 if (!is_null($this->elasticaClient)) return $this->elasticaClient;
96 $this->elasticaClient = new Client($dsn);
97 return $this->elasticaClient;