save files information in Solr upon retrieving them

This commit is contained in:
Gilles Crettenand
2015-06-01 14:39:41 +02:00
parent b611de131e
commit 866ec8bacb
3 changed files with 57 additions and 22 deletions

View File

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