dnaber      2005/01/20 13:20:55

  Modified:    .        CHANGES.txt
  Log:
  mention fix for bug #33161
  
  Revision  Changes    Path
  1.137     +5 -1      jakarta-lucene/CHANGES.txt
  
  Index: CHANGES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
  retrieving revision 1.136
  retrieving revision 1.137
  diff -u -r1.136 -r1.137
  --- CHANGES.txt       30 Dec 2004 13:04:13 -0000      1.136
  +++ CHANGES.txt       20 Jan 2005 21:20:55 -0000      1.137
  @@ -109,6 +109,10 @@
    3. Fix in FieldInfos to avoid the return of an extra blank field in
       IndexReader.getFieldNames() (Patch #19058). (Mark Harwood via Bernhard)
       
  + 4. Some combinations of BooleanQuery and MultiPhraseQuery (formerly
  +    PhrasePrefixQuery) could provoke UnsupportedOperationException
  +    (bug #33161). (Rhett Sutphin via Daniel Naber)
  + 
   Optimizations
        
    1. Disk usage (peak requirements during indexing and optimization)
  
  
  

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

Reply via email to