bmesser     2004/12/30 05:04:13

  Modified:    .        CHANGES.txt
  Log:
  document the new CompoundFileReader.main method
  
  Revision  Changes    Path
  1.136     +7 -1      jakarta-lucene/CHANGES.txt
  
  Index: CHANGES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
  retrieving revision 1.135
  retrieving revision 1.136
  diff -u -r1.135 -r1.136
  --- CHANGES.txt       19 Dec 2004 15:23:32 -0000      1.135
  +++ CHANGES.txt       30 Dec 2004 13:04:13 -0000      1.136
  @@ -71,6 +71,12 @@
   
   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
   
  
  
  

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

Reply via email to