Re: DateField vs DateTools

2006-04-06 Thread Daniel Naber
On Donnerstag 06 April 2006 19:50, John Smith wrote: >   I have not drilled down into the implementation details too much, but > what was the reason for getting rid of these methods in Lucene 1.9? There is no limit on the given dates in DateTools (within the limits of what Java's Calendar/Date c

DateField vs DateTools

2006-04-06 Thread John Smith
Hi We are in the process of upgrading Lucene from 1.2 to 1.9. There used to be 2 methods in DateField.java in 1.2 public static String MIN_DATE_STRING() public static String MAX_DATE_STRING() This basically gave the minimum and the maximum dates we could index using