fix solr with new config

This commit is contained in:
Gilles Crettenand
2015-05-13 15:57:05 +02:00
parent b3986ed049
commit 6669315735
2 changed files with 3 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ class BookSearch
'port' => Configuration::get('solr.port'),
'login' => Configuration::get('solr.username'),
'password' => Configuration::get('solr.password'),
'path' => 'solr/bsr1',
);
$this->client = new SolrClient($options);