Created
January 5, 2016 15:20
-
-
Save mustafaileri/3167c62652d5eab20a71 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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