The hydra:test_server and hydra:server rake tasks only look for the solr configuration in solr/conf instead of using the path specified in the solr_wrapper config file which it also reads. This is confusing since the rake tasks uses other configuration options from the solr_wrapper config files but disregards the dir option.
|
solr_config_path = File.join('solr', 'conf') |
The
hydra:test_serverandhydra:serverrake tasks only look for the solr configuration insolr/confinstead of using the path specified in the solr_wrapper config file which it also reads. This is confusing since the rake tasks uses other configuration options from the solr_wrapper config files but disregards thediroption.active_fedora/lib/active_fedora/rake_support.rb
Line 19 in 599fd49