Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
solr.data.home system property or solrDataHome in solr.xml is already available as per SOLR-6671.
The writable content in Solr are index files, core properties, and ZK data if embedded zookeeper is started in SolrCloud mode. It would be great if all writable content can come under the same directory to have separate READ-ONLY and WRITE-ONLY directories.
It can then also solve official docker Solr image issues:
https://github.com/docker-solr/docker-solr/issues/74
https://github.com/docker-solr/docker-solr/issues/133
Attachments
Attachments
Issue Links
- is related to
-
SOLR-11508 Make coreRootDirectory configurable via an environment variable (SOLR_CORE_HOME)
- Open