mirror of https://github.com/apache/lucene.git
SOLR-1992: Remove abortOnConfigurationError from example solrconfig.xml as it no longer has any affect
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@961943 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3adc87865b
commit
70d7eb1766
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue