LUCENE-1020: update CHANGES.txt for this issue

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@595444 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2007-11-15 20:32:13 +00:00
parent bb37d2bcff
commit 5992c5a1cf
1 changed files with 6 additions and 0 deletions

View File

@ -178,6 +178,12 @@ New features
machine crashes, or power to the machine is cut. (Venkat Rangan machine crashes, or power to the machine is cut. (Venkat Rangan
via Mike McCandless) via Mike McCandless)
8. LUCENE-1020: Created basic index checking & repair tool
(o.a.l.index.CheckIndex). When run without -fix it does a
detailed test of all segments in the index and reports summary
information and any errors it hit. With -fix it will remove
segments that had errors. (Mike McCandless)
Optimizations Optimizations
1. LUCENE-937: CachingTokenFilter now uses an iterator to access the 1. LUCENE-937: CachingTokenFilter now uses an iterator to access the