LUCENE-2046: wrong place in changes.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@883661 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2009-11-24 11:33:46 +00:00
parent 1a84e608dc
commit c5a7989993
1 changed files with 4 additions and 4 deletions

View File

@ -192,6 +192,10 @@ Bug fixes
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)
New features
* LUCENE-1933: Provide a convenience AttributeFactory that creates a
@ -262,10 +266,6 @@ Bug fixes
char (U+FFFD) during indexing, to prevent silent index corruption.
(Peter Keegan, 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)
API Changes
* Un-deprecate search(Weight weight, Filter filter, int n) from