Skip to content

Instantly share code, notes, and snippets.

@mustafaileri
Created January 5, 2016 15:20
Show Gist options
  • Save mustafaileri/3167c62652d5eab20a71 to your computer and use it in GitHub Desktop.
Save mustafaileri/3167c62652d5eab20a71 to your computer and use it in GitHub Desktop.
<!-- The default high-performance update handler -->
<updateHandler class="solr.DirectUpdateHandler2">
<updateLog>
<str name="dir">${solr.ulog.dir:}</str>
</updateLog>
<autoSoftCommit>
<maxDocs>250</maxDocs>
<maxTime>10000</maxTime>
</autoSoftCommit>
<autoCommit>
<maxTime>10000</maxTime>
<maxDocs>500</maxDocs>
<openSearcher>false</openSearcher>
</autoCommit>
</updateHandler>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment