Home
last modified time | relevance | path

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

/plugin/elasticsearch/helper/
H A Dclient.php53 * @var \Elastica\Client $elasticaClient
55 protected $elasticaClient = null; variable in helper_plugin_elasticsearch_client
63 if (!is_null($this->elasticaClient)) return $this->elasticaClient;
82 $this->elasticaClient = new \Elastica\Client($dsn);
83 return $this->elasticaClient;