Hello Ralf, I am confused now.
Perhaps you can post a short extract of your files and show me what you are trying to achieve? If your files *differs* for 199 lines...well...they should stay the way they are! On the other hand, if your files have 199 lines in *common*, then yes, you could/should move those 199 common lines in solr.xml. Cheers, Giovanni On 3/19/09, Kraus, Ralf | pixelhouse GmbH <r...@pixelhouse.de> wrote: > > 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- > >