dnaber      2004/12/12 03:46:02

  Modified:    .        CHANGES.txt
  Log:
  adding a new category for changes that people need to know about when they 
update
  
  Revision  Changes    Path
  1.133     +13 -11    jakarta-lucene/CHANGES.txt
  
  Index: CHANGES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
  retrieving revision 1.132
  retrieving revision 1.133
  diff -u -r1.132 -r1.133
  --- CHANGES.txt       6 Dec 2004 22:18:31 -0000       1.132
  +++ CHANGES.txt       12 Dec 2004 11:46:02 -0000      1.133
  @@ -4,6 +4,18 @@
   
   1.9 RC1
   
  +Changes in runtime behavior
  +
  + 1. FuzzyQuery can no longer throw a TooManyClauses exception. If a 
  +    FuzzyQuery expands to more than BooleanQuery.maxClauseCount 
  +    terms only the BooleanQuery.maxClauseCount most similar terms 
  +    go into the rewritten query and thus the exception is avoided.
  +    (Christoph)
  +
  + 2.  Changed system property from "org.apache.lucene.lockdir" to
  +    "org.apache.lucene.lockDir", so that its casing follows the existing
  +    pattern used in other Lucene system properties. (Bernhard)               
  +
   New features
   
    1. Added support for stored compressed fields (patch #31149)
  @@ -54,16 +66,6 @@
   11. Added NumberTools, a utility class indexing numeric fields.
       (adapted from code contributed by Matt Quail; committed by Erik)
       
  -12. FuzzyQuery can no longer throw a TooManyClauses exception. If a 
  -    FuzzyQuery expands to more than BooleanQuery.maxClauseCount 
  -    terms only the BooleanQuery.maxClauseCount most similar terms 
  -    go into the rewritten query and thus the exception is avoided.
  -    (Christoph)
  -
  -13.  Changed system property from "org.apache.lucene.lockdir" to
  -    "org.apache.lucene.lockDir", so that its casing follows the existing
  -    pattern used in other Lucene system properties. (Bernhard)
  -             
   API Changes
   
    1. Several methods and fields have been deprecated. The API documentation 
  
  
  

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

Reply via email to