cvs commit: jakarta-lucene/src/java/org/apache/lucene/document DateField.java

2004-11-28 Thread dnaber
dnaber 2004/11/28 07:42:17 Modified:.CHANGES.txt src/java/org/apache/lucene/document DateField.java Log: clarify that DateField will not be removed soon, despite being deprecated Revision ChangesPath 1.129 +7 -8 jakarta-lucene/CHANGES.txt

Re: cvs commit: jakarta-lucene/src/java/org/apache/lucene/document DateField.java

2004-11-23 Thread Erik Hatcher
On Nov 23, 2004, at 4:02 PM, Daniel Naber wrote: On Tuesday 23 November 2004 15:17, [EMAIL PROTECTED] wrote:   + *   + * @deprecated Use [EMAIL PROTECTED] DateTools} instead. The new DateTools class isn't compatible to DateField, i.e. it returns different Strings. If we force people to use the new

Re: cvs commit: jakarta-lucene/src/java/org/apache/lucene/document DateField.java

2004-11-23 Thread Daniel Naber
On Tuesday 23 November 2004 15:17, [EMAIL PROTECTED] wrote: > Â + * > Â + * @deprecated Use [EMAIL PROTECTED] DateTools} instead. The new DateTools class isn't compatible to DateField, i.e. it returns different Strings. If we force people to use the new class it means they have to re-index. It

cvs commit: jakarta-lucene/src/java/org/apache/lucene/document DateField.java

2004-11-23 Thread ehatcher
ehatcher2004/11/23 06:17:18 Modified:.CHANGES.txt src/java/org/apache/lucene/search DateFilter.java src/java/org/apache/lucene/document DateField.java Added: src/java/org/apache/lucene/search RangeFilter.java src/test/org/apach

cvs commit: jakarta-lucene/src/java/org/apache/lucene/document DateField.java

2004-05-14 Thread otis
otis2004/05/14 05:36:26 Modified:src/java/org/apache/lucene/document DateField.java Log: - Javadoc improvements, bug 28964 - http://issues.apache.org/bugzilla/show_bug.cgi?id=28964 Revision ChangesPath 1.7 +19 -8 jakarta-lucene/src/java/org/apache/lucene/d

cvs commit: jakarta-lucene/src/java/org/apache/lucene/document DateField.java

2003-01-04 Thread otis
otis2003/01/04 08:41:36 Modified:src/java/org/apache/lucene/document DateField.java Log: - Reverted to revision 1.2 ... this matches the comments in the code anyway :). Should fix bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14485 Revision ChangesPath 1.5

cvs commit: jakarta-lucene/src/java/org/apache/lucene/document DateField.java

2002-06-09 Thread otis
otis2002/06/09 13:47:22 Modified:src/java/org/apache/lucene/document DateField.java Log: - Added Javadoc for the class and two methods explaining issue with dates prior to 1.1.1970. Revision ChangesPath 1.3 +19 -6 jakarta-lucene/src/java/org/apache/luc