mirror of https://github.com/apache/lucene.git
fix changes.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1206707 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6d389eb3e7
commit
5c4063bef2
|
@ -685,11 +685,6 @@ Changes in backwards compatibility policy
|
|||
As this is expert API, most code will not be affected.
|
||||
(Uwe Schindler, Doron Cohen, Mike McCandless)
|
||||
|
||||
* LUCENE-3464: IndexReader.reopen has been renamed to
|
||||
IndexReader.openIfChanged (a static method), and now returns null
|
||||
(instead of the old reader) if there are no changes in the index, to
|
||||
prevent the common pitfall of accidentally closing the old reader.
|
||||
|
||||
* LUCENE-3541: Remove IndexInput's protected copyBuf. If you want to
|
||||
keep a buffer in your IndexInput, do this yourself in your implementation,
|
||||
and be sure to do the right thing on clone()! (Robert Muir)
|
||||
|
@ -794,6 +789,11 @@ API Changes
|
|||
justified. MergePolicy.findMergesToExpungeDeletes was renamed to
|
||||
findForcedDeletesMerges. (Robert Muir, Mike McCandless)
|
||||
|
||||
* LUCENE-3464: IndexReader.reopen has been renamed to
|
||||
IndexReader.openIfChanged (a static method), and now returns null
|
||||
(instead of the old reader) if there are no changes in the index, to
|
||||
prevent the common pitfall of accidentally closing the old reader.
|
||||
|
||||
New Features
|
||||
|
||||
* LUCENE-3448: Added FixedBitSet.and(other/DISI), andNot(other/DISI).
|
||||
|
|
Loading…
Reference in New Issue