LUCENE-3606: changes again

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1212555 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2011-12-09 18:05:53 +00:00
parent 36b5e7447c
commit c720f4da78
1 changed files with 1 additions and 1 deletions

View File

@ -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