2018-08-06 12:30:51 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
'endpoint' => [
|
|
|
|
'localhost' => [
|
|
|
|
'host' => env('SOLR_HOST', 'zontik.gba.geolba.ac.at'),
|
|
|
|
'port' => env('SOLR_PORT', '8983'),
|
|
|
|
'path' => env('SOLR_PATH', '/solr/'),
|
|
|
|
'core' => env('SOLR_CORE', 'opus4')
|
|
|
|
]
|
2019-02-14 14:09:11 +00:00
|
|
|
],
|
|
|
|
'xsltfile' => "solr.xslt"
|
2018-08-06 12:30:51 +00:00
|
|
|
];
|