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 ma...@apache.org on 2010/03/16 03:15:03 UTC

svn commit: r923547 - /lucene/solr/branches/solr/CHANGES.txt

Author: markrmiller
Date: Tue Mar 16 02:15:02 2010
New Revision: 923547

URL: http://svn.apache.org/viewvc?rev=923547&view=rev
Log:
break index format change warning out from compression removal notice

Modified:
    lucene/solr/branches/solr/CHANGES.txt

Modified: lucene/solr/branches/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/branches/solr/CHANGES.txt?rev=923547&r1=923546&r2=923547&view=diff
==============================================================================
--- lucene/solr/branches/solr/CHANGES.txt (original)
+++ lucene/solr/branches/solr/CHANGES.txt Tue Mar 16 02:15:02 2010
@@ -24,6 +24,10 @@ $Id$
 ==================  3.1.0-dev ==================
 Upgrading from Solr 1.4
 ----------------------
+
+* The Lucene index format has changed and as a result, once you upgrade, 
+  previous versions of Solr will no longer be able to read your indices.
+
 * The experimental ALIAS command is removed in Solr 1.5 (SOLR-1637)
 
 * Using solr.xml is recommended for single cores also (SOLR-1621)
@@ -39,9 +43,6 @@ Upgrading from Solr 1.4
   compressed will be uncompressed as index segments are merged. For
   shorter fields, this may actually be an improvement, as the compression
   used was not very good for short text. Some indexes may get larger though.
-  The Lucene index format has changed due to the removal of native 
-  compression, and as a result, once you upgrade, previous versions of Solr
-  will no longer be able to read the index.
 
 Versions of Major Components
 ---------------------