Re: Date Field Indexing

2006-03-29 Thread Erik Hatcher
On Mar 29, 2006, at 11:37 AM, Dennis Kubes wrote: Looking at the Lucene In Action book it shows indexing Date fields with something like this: Field.Keyword("datefield", new Date()); I know that the APIs have changed for Field and I see that there are no longer date constructors. So j

Date Field Indexing

2006-03-29 Thread Dennis Kubes
Looking at the Lucene In Action book it shows indexing Date fields with something like this: Field.Keyword("datefield", new Date()); I know that the APIs have changed for Field and I see that there are no longer date constructors. So just confirming that we should use the DateTools class an