You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ko...@apache.org on 2012/01/09 23:52:30 UTC

svn commit: r1229409 - /lucene/dev/trunk/solr/CHANGES.txt

Author: koji
Date: Mon Jan  9 22:52:30 2012
New Revision: 1229409

URL: http://svn.apache.org/viewvc?rev=1229409&view=rev
Log:
SOLR-2682: move the change note to correct place

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1229409&r1=1229408&r2=1229409&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Mon Jan  9 22:52:30 2012
@@ -54,9 +54,6 @@ Upgrading from Solr 3.5-dev
   legacy behavior should set a default value for the 'mm' param in
   their solrconfig.xml file.
   
-* FacetComponent no longer catches and embeds exceptions occurred during facet
-  processing, it throws HTTP 400 or 500 exceptions instead.
-  
 * The VelocityResponseWriter is no longer built into the core.  Its JAR and
   dependencies now need to be added (via <lib> or solr/home lib inclusion),
   and it needs to be registered in solrconfig.xml like this:
@@ -588,6 +585,9 @@ Upgrading from Solr 3.3
   "true" for consistent behavior with previous Solr versions.  This
   situation has now been fixed to cause an error on startup when these
   contradictory options.  See SOLR-2669.
+  
+* FacetComponent no longer catches and embeds exceptions occurred during facet
+  processing, it throws HTTP 400 or 500 exceptions instead.
 
 New Features
 ----------------------