From 36ec873780a79f17f80c81a299c7a15311c41de3 Mon Sep 17 00:00:00 2001 From: Doug Cutting Date: Tue, 11 May 2004 20:12:43 +0000 Subject: [PATCH] Updates for recent changes. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150334 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index c34619d5602..a5d5e1722b8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,7 +5,9 @@ $Id$ 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) @@ -21,6 +23,11 @@ $Id$ 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