mirror of https://github.com/apache/lucene.git
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:
parent
d3134cf171
commit
891a32f0b1
|
@ -33,6 +33,12 @@ $Id$
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue