You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2010/07/08 23:21:46 UTC

svn commit: r961943 - /lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml

Author: markrmiller
Date: Thu Jul  8 21:21:45 2010
New Revision: 961943

URL: http://svn.apache.org/viewvc?rev=961943&view=rev
Log:
SOLR-1992: Remove abortOnConfigurationError from example solrconfig.xml as it no longer has any affect

Modified:
    lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml

Modified: lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml?rev=961943&r1=961942&r2=961943&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml (original)
+++ lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml Thu Jul  8 21:21:45 2010
@@ -23,14 +23,6 @@
      the configuration.  See https://issues.apache.org/jira/browse/SOLR-1167
 -->
 <config>
-  <!-- Set this to 'false' if you want solr to continue working after it has 
-       encountered an severe configuration error.  In a production environment, 
-       you may want solr to keep working even if one handler is mis-configured.
-
-       You may also set this to false using by setting the system property:
-         -Dsolr.abortOnConfigurationError=false
-     -->
-  <abortOnConfigurationError>${solr.abortOnConfigurationError:true}</abortOnConfigurationError>
   
   <!--
     Controls what version of Lucene various components of Solr adhere to. Generally, you want