tethys/config/solarium.php
Arno Kaimbacher 084a1a2b8c - add SolrIndexBuilder artisan command
- Sitelinkcontroller: data filter via raw sql
- primary key for HasValue model
- config/solarium.php new config values
- bug on migration fie for document_xml_cache
2020-06-10 21:09:22 +02:00

14 lines
344 B
PHP

<?php
return [
'endpoint' => [
'localhost' => [
'host' => env('SOLR_HOST', 'repository.geologie.ac.at'),
'port' => env('SOLR_PORT', '8983'),
'path' => env('SOLR_PATH', '/solr/'),
'core' => env('SOLR_CORE', 'rdr_data')
]
],
'xsltfile' => "public/solr.xslt"
];