GitHub user morissm opened a pull request: https://github.com/apache/lucene-solr/pull/278
SOLR-11508: core.properties should be stored $solr.data.home/core_name I ended up simply defaulting coreRootDirectory to solr.data.home, if it is defined, and solr.home.home otherwise. Both values seem somewhat redundant but comments in SOLR-6671 indicate that others have reasons to keep them separate. This patch simply makes Solr behave in a way that is more intuitive by default. Those who need to revert to the old way can define coreRootDirectory in solr.xml, if they hadn't already. You can merge this pull request into a Git repository by running: $ git pull https://github.com/morissm/lucene-solr jira/solr-11508 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/lucene-solr/pull/278.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #278 ---- commit bb6795aa69b60d161e2226e1f4a9338199612edd Author: Marc-Andre Morissette <marc.morisse...@gmail.com> Date: 2017-11-29T16:46:09Z SOLR-11508: core.properties should be stored $solr.data.home/core_name ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org