dnaber      2004/08/13 12:33:25

  Modified:    .        CHANGES.txt
  Log:
  mention the new FuzzyQuery parameter
  
  Revision  Changes    Path
  1.98      +6 -2      jakarta-lucene/CHANGES.txt
  
  Index: CHANGES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- CHANGES.txt       7 Aug 2004 11:36:39 -0000       1.97
  +++ CHANGES.txt       13 Aug 2004 19:33:25 -0000      1.98
  @@ -8,7 +8,11 @@
       but that never did this. These declarations have been removed. If 
       your code tries to catch these exceptions you might need to remove
       those catch clauses to avoid compile errors. (Daniel Naber)
  - 
  +
  + 2. FuzzyQuery now takes an additional parameter that specifies the
  +    minimum similarity that is required for a term to match the query.
  +    Note that this isn't supported by QueryParser yet.
  +  
    
   1.4.1
   
  
  
  

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

Reply via email to