mirror of https://github.com/apache/lucene.git
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:
parent
36b5e7447c
commit
c720f4da78
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue