tests: maxMergeCount must be set before maxThreadCount

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@926102 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2010-03-22 14:24:39 +00:00
parent 64b50a8a42
commit 7ff2d5d3af
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@
can perform merges in the background using separate threads. The SerialMergeScheduler (Lucene 2.2 default) does not.
-->
<mergeScheduler class="org.apache.lucene.index.ConcurrentMergeScheduler">
<int name="maxMergeCount">4</int>
<int name="maxThreadCount">4</int>
</mergeScheduler>
<!-- these are global... can't currently override per index -->