You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ry...@apache.org on 2007/04/27 02:35:19 UTC

svn commit: r532921 - /lucene/solr/trunk/CHANGES.txt

Author: ryan
Date: Thu Apr 26 17:35:18 2007
New Revision: 532921

URL: http://svn.apache.org/viewvc?view=rev&rev=532921
Log:
editing CHANGES.txt for SOLR-179

Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?view=diff&rev=532921&r1=532920&r2=532921
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Thu Apr 26 17:35:18 2007
@@ -170,10 +170,15 @@
     a unique id if it is declared in the schema and allowDups=false.
     (ryan via klaas)
 
-17. SOLR-183: Exceptions with error code 400 are raised when
+ 7. SOLR-183: Exceptions with error code 400 are raised when
     numeric argument parsing fails.  RequiredSolrParams class added
     to facilitate checking for parameters that must be present.
     (Ryan McKinley, J.J. Larrea via yonik)
+
+ 8. SOLR-179: By default, solr will abort after any severe initalization
+    errors.  This behavior can be disabled by setting:
+    <abortOnConfigurationError>false</abortOnConfigurationError>
+    in solrconfig.xml (ryan)
 
 Optimizations 
  1. SOLR-114: HashDocSet specific implementations of union() and andNot()