cutting 2004/04/27 15:04:50 Modified: . CHANGES.txt Log: Updated for 1.4RC3. Revision Changes Path 1.82 +18 -1 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- CHANGES.txt 22 Apr 2004 08:30:44 -0000 1.81 +++ CHANGES.txt 27 Apr 2004 22:04:50 -0000 1.82 @@ -2,6 +2,23 @@ $Id$ +1.4 RC3 + + 1. Fixed several search bugs introduced by the skipTo() changes in + release 1.4RC1. (Christoph Goller) + + 2. Added new Document methods, removeField() and removeFields(). + (Christoph Goller) + + 3. Fixed inconsistencies with index closing. Indexes and directories + are now only closed automatically by Lucene when Lucene opened + them automatically. (Christoph Goller) + + 4. Added new class: FilteredQuery. (Tim Jones) + + 5. Added a new SortField type for custom comparators. (Tim Jones) + + 1.4 RC2 1. GermanAnalyzer now throws an exception if the stopword file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]