fix solr with new config
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user