On Tuesday 06 Dec 2005 10:10, Miles Barr wrote: > On Tue, 2005-12-06 at 09:35 +0000, Alan Chandler wrote: > > I added a date field to a document with > > > > doc.add(Field.keyword("A Date",myDate)); > > > > How do I get it back out again as a date? > > You should be able to use the > org.apache.lucene.document.DateField#stringToDate(String) method.
Thanks, exactly what I was looking for. -- Alan Chandler http://www.chandlerfamily.org.uk Open Source. It's the difference between trust and antitrust. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]