mirror of https://github.com/apache/lucene.git
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:
parent
4c5606ee29
commit
f7adf92edf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue