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.



Miles




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to