You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by mi...@apache.org on 2007/11/15 21:32:14 UTC

svn commit: r595444 - /lucene/java/trunk/CHANGES.txt

Author: mikemccand
Date: Thu Nov 15 12:32:13 2007
New Revision: 595444

URL: http://svn.apache.org/viewvc?rev=595444&view=rev
Log:
LUCENE-1020: update CHANGES.txt for this issue

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=595444&r1=595443&r2=595444&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Thu Nov 15 12:32:13 2007
@@ -178,6 +178,12 @@
     machine crashes, or power to the machine is cut.  (Venkat Rangan
     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
 
  1. LUCENE-937: CachingTokenFilter now uses an iterator to access the