diff --git a/src/Kunstmaan/SearchBundle/Provider/ElasticaProvider.php b/src/Kunstmaan/SearchBundle/Provider/ElasticaProvider.php index e32ecc6cd3..43ddd189ca 100644 --- a/src/Kunstmaan/SearchBundle/Provider/ElasticaProvider.php +++ b/src/Kunstmaan/SearchBundle/Provider/ElasticaProvider.php @@ -21,7 +21,7 @@ public function getClient() { if (!$this->client instanceof Client) { $this->client = new Client( - array( + array( 'connections' => $this->nodes ) );