Indexing – solrconfig.xml

The following settings, which deviate from a Solr default configuration, are adapted in the configuration file solrconfig.xml to enable the Solr indexing server to work with ImageMaster.

Auto commit

For ImageMaster the auto commit and the auto soft commit functionality is activated in the update handler:

  <autoCommit>

     <maxDocs>1000</maxDocs>

     <maxTime>60000</maxTime>

     <openSearcher>false</openSearcher>

  </autoCommit>

  <autoSoftCommit>

    <maxTime>1000</maxTime>

  </autoSoftCommit>