From c720f4da78da871b43f724c330e53f62dc03271d Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Fri, 9 Dec 2011 18:05:53 +0000 Subject: [PATCH] LUCENE-3606: changes again git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212555 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 0fce2ae0b7f..79ddabb06bc 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -217,7 +217,7 @@ Changes in backwards compatibility policy 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