mirror of https://github.com/apache/lucene.git
LUCENE-1453: add entry to CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@720783 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ea3824bf34
commit
755e7aec14
|
@ -55,6 +55,11 @@ Bug fixes
|
|||
if the max slop was exceeded; The wrong payload could be returned in
|
||||
certain situations. (Jonathan Mamou, Greg Shackles, Mark Miller)
|
||||
|
||||
4 LUCENE-1453: Ensure IndexReader.reopen() does not result in
|
||||
incorrectly closing the shared FSDirectory. This bug would only
|
||||
happen if you use IndexReader.open with a File or String argument.
|
||||
(Mark Miller via Mike McCandless)
|
||||
|
||||
New features
|
||||
|
||||
1. LUCENE-1411: Added expert API to open an IndexWriter on a prior
|
||||
|
|
Loading…
Reference in New Issue