document main method move from CompoundFileReader to IndexReader

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151383 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bernhard Messer 2005-02-04 17:46:21 +00:00
parent a14e0acf09
commit f19e0f7bcc
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ New features
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)