You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2011/12/09 19:05:53 UTC

svn commit: r1212555 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: uschindler
Date: Fri Dec  9 18:05:53 2011
New Revision: 1212555

URL: http://svn.apache.org/viewvc?rev=1212555&view=rev
Log:
LUCENE-3606: changes again

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1212555&r1=1212554&r2=1212555&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Fri Dec  9 18:05:53 2011
@@ -217,7 +217,7 @@ Changes in backwards compatibility polic
   instances. Furthermore, IndexReader.setNorm() was removed. If you need
   customized norm values, the recommended way to do this is by modifying
   SimilarityProvider to use an external byte[] or one of the new DocValues
-  fields (LUCENE-3108). If you want to dynamically change norms (boost
+  fields (LUCENE-3108). Alternatively, to dynamically change norms (boost
   *and* length norm) at query time, wrap your IndexReader using
   FilterIndexReader, overriding FilterIndexReader.norms(). To persist the
   changes on disk, copy the FilteredIndexReader to a new index using