mirror of https://github.com/apache/lucene.git
whitespace changes only
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150458 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6bc8918134
commit
ccfc4ec8e1
17
CHANGES.txt
17
CHANGES.txt
|
@ -18,16 +18,17 @@ $Id$
|
||||||
hierarchy and is now org.apache.lucene.analysis.WordlistLoader
|
hierarchy and is now org.apache.lucene.analysis.WordlistLoader
|
||||||
(Daniel Naber)
|
(Daniel Naber)
|
||||||
|
|
||||||
4. Fixed a bug in IndexWriter.addIndexes(IndexReader[] readers) that
|
4. Fixed a bug in IndexWriter.addIndexes(IndexReader[] readers) that
|
||||||
prevented deletion of obsolete segments. (Christoph Goller)
|
prevented deletion of obsolete segments. (Christoph Goller)
|
||||||
|
|
||||||
5. Disk usage (peak requirements during indexing and optimization)
|
5. Disk usage (peak requirements during indexing and optimization)
|
||||||
in case of compound file format has been improved.
|
in case of compound file format has been improved.
|
||||||
(Bernhard, Dmitry, and Christoph)
|
(Bernhard, Dmitry, and Christoph)
|
||||||
|
|
||||||
|
6. Added javadocs-internal to build.xml - bug #30360
|
||||||
|
(Paul Elschot via Otis)
|
||||||
|
|
||||||
|
|
||||||
6. Added javadocs-internal to build.xml - bug #30360
|
|
||||||
(Paul Elschot via Otis)
|
|
||||||
|
|
||||||
1.4.1
|
1.4.1
|
||||||
|
|
||||||
1. Fixed a performance bug in hit sorting code, where values were not
|
1. Fixed a performance bug in hit sorting code, where values were not
|
||||||
|
|
Loading…
Reference in New Issue