mirror of https://github.com/apache/lucene.git
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:
parent
a14e0acf09
commit
f19e0f7bcc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue