document the new CompoundFileReader.main method

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150724 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bernhard Messer 2004-12-30 13:04:13 +00:00
parent fd754080ce
commit 475551e17b
1 changed files with 6 additions and 0 deletions

View File

@ -71,6 +71,12 @@ 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 directly used at command line level
to list and optional extract the individual files from an existing
compound index file.
(adapted from code contributed by Garrett Rooney; committed by Bernhard)
API Changes