dnaber 2004/09/05 15:09:26 Modified: . CHANGES.txt Log: document the addition of the DateTools class Revision Changes Path 1.106 +8 -2 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- CHANGES.txt 27 Aug 2004 20:17:49 -0000 1.105 +++ CHANGES.txt 5 Sep 2004 22:09:26 -0000 1.106 @@ -32,7 +32,13 @@ 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]