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