move changes entry as suggested by Mike

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1169612 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2011-09-12 06:15:48 +00:00
parent 4c5606ee29
commit f7adf92edf
1 changed files with 4 additions and 4 deletions

View File

@ -604,10 +604,6 @@ Bug fixes
corrupt index if a term with docfreq >= 16 was indexed more than once corrupt index if a term with docfreq >= 16 was indexed more than once
at the same position. (Robert Muir) at the same position. (Robert Muir)
* LUCENE-3334: If Java7 is detected, IOUtils.closeSafely() will log
suppressed exceptions in the original exception, so stack trace
will contain them. (Uwe Schindler)
* LUCENE-3339: Fixed deadlock case when multiple threads use the new * LUCENE-3339: Fixed deadlock case when multiple threads use the new
block-add (IndexWriter.add/updateDocuments) methods. (Robert Muir, block-add (IndexWriter.add/updateDocuments) methods. (Robert Muir,
Mike McCandless) Mike McCandless)
@ -664,6 +660,10 @@ New Features
documents per group. This can be useful in situations when one wants to compute grouping documents per group. This can be useful in situations when one wants to compute grouping
based facets / statistics on the complete query result. (Martijn van Groningen) based facets / statistics on the complete query result. (Martijn van Groningen)
* LUCENE-3334: If Java7 is detected, IOUtils.closeSafely() will log
suppressed exceptions in the original exception, so stack trace
will contain them. (Uwe Schindler)
Optimizations Optimizations
* LUCENE-3201, LUCENE-3218: CompoundFileSystem code has been consolidated * LUCENE-3201, LUCENE-3218: CompoundFileSystem code has been consolidated