mirror of https://github.com/apache/lucene.git
LUCENE-2663: move trunk CHANGES entry under 3.x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b83a464b9b
commit
0b5bc08643
|
@ -132,13 +132,6 @@ Changes in Runtime Behavior
|
||||||
changed to enable unmapping by default if supported by the JRE.
|
changed to enable unmapping by default if supported by the JRE.
|
||||||
(Mike McCandless, Uwe Schindler, Robert Muir)
|
(Mike McCandless, Uwe Schindler, Robert Muir)
|
||||||
|
|
||||||
* LUCENE-2663: IndexWriter no longer forcefully clears any existing
|
|
||||||
locks when create=true. This was a holdover from when
|
|
||||||
SimpleFSLockFactory was the default locking implementation, and,
|
|
||||||
even then it was dangerous since it could mask bugs in IndexWriter's
|
|
||||||
usage, allowing applications to accidentally open two writers on the
|
|
||||||
same directory. (Mike McCandless)
|
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
|
|
||||||
* LUCENE-2302, LUCENE-1458, LUCENE-2111, LUCENE-2514: Terms are no longer
|
* LUCENE-2302, LUCENE-1458, LUCENE-2111, LUCENE-2514: Terms are no longer
|
||||||
|
@ -383,6 +376,13 @@ Changes in runtime behavior
|
||||||
target Directory, source and target files as arguments, and copies the source
|
target Directory, source and target files as arguments, and copies the source
|
||||||
file to the target Directory under the target file name. (Shai Erera)
|
file to the target Directory under the target file name. (Shai Erera)
|
||||||
|
|
||||||
|
* LUCENE-2663: IndexWriter no longer forcefully clears any existing
|
||||||
|
locks when create=true. This was a holdover from when
|
||||||
|
SimpleFSLockFactory was the default locking implementation, and,
|
||||||
|
even then it was dangerous since it could mask bugs in IndexWriter's
|
||||||
|
usage, allowing applications to accidentally open two writers on the
|
||||||
|
same directory. (Mike McCandless)
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
|
|
||||||
* LUCENE-2076: Rename FSDirectory.getFile -> getDirectory. (George
|
* LUCENE-2076: Rename FSDirectory.getFile -> getDirectory. (George
|
||||||
|
|
Loading…
Reference in New Issue