LUCENE-3208: add backwards break entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1136644 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2011-06-16 20:12:24 +00:00
parent 1ca3506f6d
commit d335698e89
1 changed files with 5 additions and 0 deletions

View File

@ -473,6 +473,11 @@ Changes in backwards compatibility policy
of IndexInput) as its first argument. (Robert Muir, Dawid Weiss, of IndexInput) as its first argument. (Robert Muir, Dawid Weiss,
Mike McCandless) Mike McCandless)
* LUCENE-3208: Made deprecated methods Query.weight(Searcher) and
Searcher.createWeight() final to prevent override. If you have
overridden one of these methods, cut over to the non-deprecated
implementation. (Uwe Schindler, Robert Muir, Yonik Seeley)
Changes in runtime behavior Changes in runtime behavior
* LUCENE-2834: the hash used to compute the lock file name when the * LUCENE-2834: the hash used to compute the lock file name when the