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

[15/20] lucene-solr:jira/solr-8593: SOLR-9710: fix test bug

SOLR-9710: fix test bug


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

Branch: refs/heads/jira/solr-8593
Commit: be772dbd4851363edade0fa22587a986122d1ff3
Parents: 9eb806a
Author: jdyer1 <jd...@apache.org>
Authored: Wed Nov 2 10:07:55 2016 -0500
Committer: jdyer1 <jd...@apache.org>
Committed: Wed Nov 2 10:07:55 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/be772dbd/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 23e1cd2..0e4d190 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>
-    <query>
-      <useColdSearcher>false</useColdSearcher>
-      <maxWarmingSearchers>1</maxWarmingSearchers>
-    </query>
+    <lockType>${solr.tests.lockType:single}</lockType>    
   </indexConfig>
+  <query>
+    <useColdSearcher>false</useColdSearcher>
+    <maxWarmingSearchers>1</maxWarmingSearchers>
+  </query>
   <requestHandler name="standard"
      class="solr.StandardRequestHandler"></requestHandler>