cutting     2002/07/17 16:26:26

  Modified:    .        CHANGES.txt
  Log:
  Updated for the changes that I made earlier today.
  
  Revision  Changes    Path
  1.24      +12 -2     jakarta-lucene/CHANGES.txt
  
  Index: CHANGES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- CHANGES.txt       15 Jul 2002 03:58:06 -0000      1.23
  +++ CHANGES.txt       17 Jul 2002 23:26:26 -0000      1.24
  @@ -23,12 +23,22 @@
    5. Added support for new range query syntax to QueryParser.jj.
       (briangoetz)
   
  - 6. Added the ability to retrieve HTML documents' META tag values to HTMLParser.jj.
  + 6. Added the ability to retrieve HTML documents' META tag values to
  +    HTMLParser.jj.
       (Mark Harwood via otis)
   
    7. Modified QueryParser to make it possible to programmatically specify the
       default Boolean operator (OR or AND).
       (Péter Halácsy via otis)
  +
  + 8. Made many search methods and classes non-final, per requests.
  +    This includes IndexWriter and IndexSearcher, among others.
  +    (cutting)
  +  
  + 9. Added class RemoteSearchable, providing support for remote
  +    searching via RMI.  The test class RemoteSearchableTest.java
  +    provides an example of how this can be used.  (cutting)
  +
   
   1.2 RC6
   
  
  
  

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

Reply via email to