-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: master (9.0)
-
Component/s: None
-
Labels:None
solr.xml allows to define coreRootDirectory but it is currently impossible to get this value through API, which makes external commands (like /bin/solr create_core) fail when this parameter is set.
Expose this property if it is set to a value different from solr_home.
It will be accessible under the name solr_core_root and accessible from both System Settings API end-points
- /solr/admin/info/system
- /api/node/system
- blocks
-
SOLR-14097 coreRootDirectory should be solr_home/cores
-
- Open
-
- is depended upon by
-
SOLR-14880 bin/solr create_core should work when coreRootDirectory is defined
-
- Resolved
-
- links to