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
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
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
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
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
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
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