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') |