Giovanni De Stefano schrieb:
Hello Ralf,
I believe you want to do something like:
<solr persistent="true" sharedLib="lib">
<cores adminPath="/admin/cores">
<core name="core0" instanceDir="core0">
<property name="dataDir" value="/data/core0" />
</core>
<core name="core1" instanceDir="core1" />
</cores>
</solr>
Okay I will try to explain it better :-)
- my two solrconfig.xml files are around 200 lines long
- ONLY one line is the difference between this files :
<dataDir>/www/solr/xxxx/xxxxx</dataDir>
- I want to transfer this 199 other lines to my solr.xml so I don“t have
this lines redundant.
Greets -Ralf-