You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jd...@apache.org on 2016/11/02 21:06:52 UTC

lucene-solr:master: Revert "SOLR-9710: fix test bug"

Repository: lucene-solr
Updated Branches:
  refs/heads/master be772dbd4 -> 4a12a260a


Revert "SOLR-9710: fix test bug"

This reverts commit be772dbd4851363edade0fa22587a986122d1ff3.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/4a12a260
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4a12a260
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4a12a260

Branch: refs/heads/master
Commit: 4a12a260a8f783ec893dc1b1e6e01881cb8d8d72
Parents: be772db
Author: jdyer1 <jd...@apache.org>
Authored: Wed Nov 2 16:06:27 2016 -0500
Committer: jdyer1 <jd...@apache.org>
Committed: Wed Nov 2 16:06:27 2016 -0500

----------------------------------------------------------------------
 .../collection1/conf/solrconfig-spellcheckcomponent.xml   | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4a12a260/solr/core/src/test-files/solr/collection1/conf/solrconfig-spellcheckcomponent.xml
----------------------------------------------------------------------
diff --git a/solr/core/src/test-files/solr/collection1/conf/solrconfig-spellcheckcomponent.xml b/solr/core/src/test-files/solr/collection1/conf/solrconfig-spellcheckcomponent.xml
index 0e4d190..23e1cd2 100644
--- a/solr/core/src/test-files/solr/collection1/conf/solrconfig-spellcheckcomponent.xml
+++ b/solr/core/src/test-files/solr/collection1/conf/solrconfig-spellcheckcomponent.xml
@@ -28,12 +28,12 @@
     <mergeScheduler class="${solr.tests.mergeScheduler}" />
     <writeLockTimeout>1000</writeLockTimeout>
     <commitLockTimeout>10000</commitLockTimeout>
-    <lockType>${solr.tests.lockType:single}</lockType>    
+    <lockType>${solr.tests.lockType:single}</lockType>
+    <query>
+      <useColdSearcher>false</useColdSearcher>
+      <maxWarmingSearchers>1</maxWarmingSearchers>
+    </query>
   </indexConfig>
-  <query>
-    <useColdSearcher>false</useColdSearcher>
-    <maxWarmingSearchers>1</maxWarmingSearchers>
-  </query>
   <requestHandler name="standard"
      class="solr.StandardRequestHandler"></requestHandler>