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
This commit is contained in:
Daniel Naber 2004-09-05 22:09:26 +00:00
parent d3134cf171
commit 891a32f0b1
1 changed files with 7 additions and 1 deletions

View File

@ -32,7 +32,13 @@ $Id$
contains information about the recommended replacements. It is planned contains information about the recommended replacements. It is planned
that the deprecated methods and fields will be removed in Lucene 2.0. that the deprecated methods and fields will be removed in Lucene 2.0.
(Daniel Naber) (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 1.4.1