Author: yonik
Date: Fri Oct  9 21:13:21 2009
New Revision: 823692

URL: http://svn.apache.org/viewvc?rev=823692&view=rev
Log:
doc - format upgrading section for 80 cols

Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=823692&r1=823691&r2=823692&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Fri Oct  9 21:13:21 2009
@@ -30,12 +30,13 @@
 faster for most cases.  One can revert to the previous algorithm (which has
 also been improved somewhat) by adding facet.method=enum to the request.
 
-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 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.
+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 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


Reply via email to