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 sh...@apache.org on 2009/04/17 09:23:35 UTC

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

Author: shalin
Date: Fri Apr 17 07:23:35 2009
New Revision: 765877

URL: http://svn.apache.org/viewvc?rev=765877&view=rev
Log:
SOLR-1079 followup -- Replace omitTf by omitTermFreqAndPositions in 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=765877&r1=765876&r2=765877&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Fri Apr 17 07:23:35 2009
@@ -26,11 +26,12 @@
 Upgrading from Solr 1.3
 -----------------------
 
-New users of Solr 1.4 will have omitTf enabled for non-text indexed fields by
+New users of Solr 1.4 will have omitTermFreqAndPositions 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.
+release and want to enable omitTermFreqAndPositions 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 omitTermFreqAndPositions
+completely takes affect.
 
 The default QParserPlugin used by the QueryComponent for parsing the "q" param
 has been changed, to remove support for the deprecated use of ";" as a separator