cutting 2004/05/11 13:12:43 Modified: . CHANGES.txt Log: Updates for recent changes. Revision Changes Path 1.84 +9 -2 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- CHANGES.txt 9 May 2004 12:52:00 -0000 1.83 +++ CHANGES.txt 11 May 2004 20:12:43 -0000 1.84 @@ -5,7 +5,9 @@ 1.4 RC3 1. Fixed several search bugs introduced by the skipTo() changes in - release 1.4RC1. (Christoph Goller) + release 1.4RC1. The index file format was changed a bit, so + collections must be re-indexed to take advantage of the skipTo() + optimizations. (Christoph Goller) 2. Added new Document methods, removeField() and removeFields(). (Christoph Goller) @@ -20,6 +22,11 @@ 6. Lock obtain timed out message now displays the full path to the lock file. (Daniel Naber via Erik) + + 7. Fixed a bug in SpanNearQuery when ordered. (Paul Elschot via cutting) + + 8. Fixed so that FSDirectory's locks still work when the + java.io.tmpdir system property is null. (cutting) 1.4 RC2
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]