mirror of https://github.com/apache/lucene.git
LUCENE-2045: fix CHANGES entry (this was fixed in 2.9.2/3.0, not 2.9.1)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@883654 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
58b11acbaf
commit
1a84e608dc
|
@ -188,6 +188,10 @@ Bug fixes
|
|||
* LUCENE-2088: addAttribute() should only accept interfaces that
|
||||
extend Attribute. (Shai Erera, Uwe Schindler)
|
||||
|
||||
* LUCENE-2045: Fix silly FileNotFoundException hit if you enable
|
||||
infoStream on IndexWriter and then add an empty document and commit
|
||||
(Shai Erera via Mike McCandless)
|
||||
|
||||
New features
|
||||
|
||||
* LUCENE-1933: Provide a convenience AttributeFactory that creates a
|
||||
|
@ -258,10 +262,6 @@ Bug fixes
|
|||
char (U+FFFD) during indexing, to prevent silent index corruption.
|
||||
(Peter Keegan, Mike McCandless)
|
||||
|
||||
* LUCENE-2045: Fix silly FileNotFoundException hit if you enable
|
||||
infoStream on IndexWriter and then add an empty document and commit
|
||||
(Shai Erera via Mike McCandless)
|
||||
|
||||
* LUCENE-2046: IndexReader should not see the index as changed, after
|
||||
IndexWriter.prepareCommit has been called but before
|
||||
IndexWriter.commit is called. (Peter Keegan via Mike McCandless)
|
||||
|
|
Loading…
Reference in New Issue