arafalov opened a new pull request #1894:
URL: https://github.com/apache/lucene-solr/pull/1894


   # Description
   
   Even if coreRootDirectory was set in solr.xml, external applications could 
not access it through the API. It was not exposed. This means it is not 
possible to run a command such as *bin/solr create_core -c test* as the code 
that pre-populates the core directory is doing it in the wrong place (if at 
all).
   
   # Solution
   Expose the property if it is defined and is different from solr_home
   
   
   # Checklist
   
   Please review the following and check all that apply:
   
   - [X] I have reviewed the guidelines for [How to 
Contribute](https://wiki.apache.org/solr/HowToContribute) and my code conforms 
to the standards described there to the best of my ability.
   - [X] I have created a Jira issue and added the issue ID to my pull request 
title.
   - [X] I have given Solr maintainers 
[access](https://help.github.com/en/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork)
 to contribute to my PR branch. (optional but recommended)
   - [X] I have developed this patch against the `master` branch.
   - [X] I have run `./gradlew check`.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to