Author: bmesser
Date: Fri Feb  4 09:46:21 2005
New Revision: 151383

URL: http://svn.apache.org/viewcvs?view=rev&rev=151383
Log:
document main method move from CompoundFileReader to IndexReader

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewcvs/lucene/java/trunk/CHANGES.txt?view=diff&r1=151382&r2=151383
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Fri Feb  4 09:46:21 2005
@@ -72,8 +72,8 @@
 11. Added NumberTools, a utility class indexing numeric fields.
     (adapted from code contributed by Matt Quail; committed by Erik)
 
-12. Added public static CompoundFileReader.main(String[] args) method.
-    CompoundFileReader can now be used directly at command line level
+12. Added public static IndexReader.main(String[] args) method.
+    IndexReader can now be used directly at command line level
     to list and optionally extract the individual files from an existing
     compound index file.
     (adapted from code contributed by Garrett Rooney; committed by Bernhard)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to