otis        2002/07/24 23:11:35

  Modified:    .        CHANGES.txt
  Log:
  - Ch ch ch changes....to GermanStemmer.
  
  Revision  Changes    Path
  1.26      +7 -2      jakarta-lucene/CHANGES.txt
  
  Index: CHANGES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- CHANGES.txt       18 Jul 2002 14:40:51 -0000      1.25
  +++ CHANGES.txt       25 Jul 2002 06:11:35 -0000      1.26
  @@ -34,7 +34,7 @@
    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)
  @@ -42,6 +42,11 @@
    10. Added PhrasePrefixQuery (and supporting MultipleTermPositions).  The
        test class TestPhrasePrefixQuery provides the usage example.
        (Anders Nielsen via otis)
  +
  + 11. Changed the stemming algorithm to ignore case while stripping. The
  +     algorithm is faster and produces more equal stems from nouns and verbs
  +     derived from the same word.
  +     (gschwarz)
   
   1.2 RC6
   
  
  
  

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

Reply via email to