Giovanni De Stefano schrieb:
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.
YES ! Thats my case

But how could I transfer this lines (solrconfig.xml)

<config>
 <dataDir>/www/solr/xxxx/xxxxxx</dataDir>
 <updateHandler class="solr.DirectUpdateHandler2" />
<abortOnConfigurationError>${solr.abortOnConfigurationError:true}</abortOnConfigurationError>

 <indexDefaults>
  <useCompoundFile>false</useCompoundFile>
  <mergeFactor>2</mergeFactor>
  <ramBufferSizeMB>32</ramBufferSizeMB>
  <maxMergeDocs>2147483647</maxMergeDocs>
  <maxFieldLength>10000</maxFieldLength>
  <writeLockTimeout>1000</writeLockTimeout>
  <commitLockTimeout>10000</commitLockTimeout>
  <lockType>single</lockType>
 </indexDefaults>

 <mainIndex>
  <useCompoundFile>false</useCompoundFile>
  <mergeFactor>2</mergeFactor>
  <ramBufferSizeMB>32</ramBufferSizeMB>
  <maxMergeDocs>2147483647</maxMergeDocs>
  <maxFieldLength>10000</maxFieldLength>
  <unlockOnStartup>false</unlockOnStartup>
 </mainIndex>

etc.

to my solr.xml

???

Greets -Ralf-

Reply via email to