dnaber      2004/12/14 15:13:34

  Modified:    .        CHANGES.txt
  Log:
  document that Fuzzy/RangeQuery terms are now lowercased by default
  
  Revision  Changes    Path
  1.134     +7 -1      jakarta-lucene/CHANGES.txt
  
  Index: CHANGES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
  retrieving revision 1.133
  retrieving revision 1.134
  diff -u -r1.133 -r1.134
  --- CHANGES.txt       12 Dec 2004 11:46:02 -0000      1.133
  +++ CHANGES.txt       14 Dec 2004 23:13:34 -0000      1.134
  @@ -16,6 +16,12 @@
       "org.apache.lucene.lockDir", so that its casing follows the existing
       pattern used in other Lucene system properties. (Bernhard)               
   
  + 3. The terms of RangeQueries and FuzzyQueries are now converted to
  +    lowercase by default (as it has been the case for PrefixQueries
  +    and WildcardQueries before). Use setLowercaseExpandedTerms(false)
  +    to disable that behavior but note that this also affects
  +    PrefixQueries and WildcardQueries. (Daniel Naber)
  + 
   New features
   
    1. Added support for stored compressed fields (patch #31149)
  
  
  

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

Reply via email to