From 891a32f0b1ce4005c9da2300213ebb588ec75e3c Mon Sep 17 00:00:00 2001 From: Daniel Naber Date: Sun, 5 Sep 2004 22:09:26 +0000 Subject: [PATCH] document the addition of the DateTools class git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150486 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7be7804e790..312f4684948 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -32,7 +32,13 @@ $Id$ contains information about the recommended replacements. It is planned that the deprecated methods and fields will be removed in Lucene 2.0. (Daniel Naber) - + + 8. A new class DateTools has been added. It allows you to format dates + in a readable format adequate for indexing. Unlike the existing + DateField class DateTools can cope with dates before 1970 and it + forces you to specify the desired date resolution (e.g. month, day, + second, ...) which can make RangeQuerys on those fields more efficient. + (Daniel Naber) 1.4.1