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:10:24 UTC

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

Author: markrmiller
Date: Tue Mar 16 02:10:23 2010
New Revision: 923546

URL: http://svn.apache.org/viewvc?rev=923546&view=rev
Log:
initial stab at compression removal note

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=923546&r1=923545&r2=923546&view=diff
==============================================================================
--- lucene/solr/branches/solr/CHANGES.txt (original)
+++ lucene/solr/branches/solr/CHANGES.txt Tue Mar 16 02:10:23 2010
@@ -34,6 +34,14 @@ Upgrading from Solr 1.4
   HTMLStripStandardTokenizerFactory were removed. To strip HTML tags, 
   HTMLStripCharFilter should be used instead, and it works with any 
   Tokenizer of your choice.  (SOLR-1657)
+  
+* Field compression is no longer supported. Fields that were formally
+  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
 ---------------------