I am using solr 5.3.0 and i need to create a core that have "/instanceDirectory" as its instance directory. Please get the current solr directory tree below:
/opt/solr-5.3.0/ |-- bin | `-- init.d |-- contrib | |-- dist | |-- docs | |-- example | |-- licenses `-- server |-- contexts |-- etc |-- lib | `-- ext |-- logs |-- modules |-- resources |-- scripts | |-- solr | |-- configsets | | | |-- **solrcore1** | | |-- conf | | | `-- lang | | `-- data | | |-- index | | |-- snapshot.20160603081946736 | | |-- snapshot.20160613103014524 | | `-- tlog | |-- **solrcore2** | | |-- conf | | | `-- lang | | `-- data | | |-- index | | |-- snapshot.20160603074933399 | | |-- snapshot.20160603074950692 | | `-- tlog | `-- **solrcore3** | |-- conf | | `-- lang | `-- data | |-- index | |-- snapshot.20160603062030636 | |-- snapshot.20160603074938811 | `-- tlog | `-- solr-webapp `-- webapp |-- css | |-- angular | `-- styles |-- img | |-- filetypes | `-- ico |-- js | |-- angular | | `-- controllers | |-- lib | `-- scripts |-- libs |-- partials |-- tpl `-- WEB-INF `-- lib
I want to have solrcore4 instance directory as "/solrcore4" not "/opt/solr-5.3.0/server/solr/solrcore4".
Can anyone help me to make this possible ?
Thanks in ADV.