fixed misspellings

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150440 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2004-08-17 13:36:53 +00:00
parent 99b1b2260d
commit d0333a5634
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@ $Id$
3. The Russian and the German analyzers have been moved to Sandbox.
Also, the WordlistLoader class has been moved one level up in the
hierarchie and is now org.apache.lucene.analysis.WordlistLoader
hierarchy and is now org.apache.lucene.analysis.WordlistLoader
(Daniel Naber)
4. Fixed a bug in IndexWriter.addIndexes(IndexReader[] readers) that
prevented deletion of obsolete segments. (Christoph Goller)
5. Disk usage (peek requirements during indexing and optimization)
5. Disk usage (peak requirements during indexing and optimization)
in case of compound file format has been improved.
(Bernhard, Dmitry, and Christoph)