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 yo...@apache.org on 2009/02/23 18:01:43 UTC

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

Author: yonik
Date: Mon Feb 23 17:01:42 2009
New Revision: 747082

URL: http://svn.apache.org/viewvc?rev=747082&view=rev
Log:
schema/omitTf upgrade note

Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=747082&r1=747081&r2=747082&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Mon Feb 23 17:01:42 2009
@@ -26,6 +26,13 @@
 Upgrading from Solr 1.3
 -----------------------
 
+New users of Solr 1.4 will have omitTf enabled for non-text indexed fields by
+default, which avoids indexing term frequency, positions, and payloads, making
+the index smaller and faster.  If you are upgrading from an earlier Solr
+release and want to enable omitTf by default, change the schema version from
+1.1 to 1.2 in schema.xml.  Remove any existing index and restart Solr to ensure that omitTf completely takes affect.
+
+
 Detailed Change List
 ----------------------