On Friday 02 April 2004 17:03, [EMAIL PROTECTED] wrote:
> java.sql.Timestamp time = row.getTimestamp("timestamp");
> if (time != null) doc.add(Field.Keyword("date", new Date(time.getTime())));
>
> date:20030101

BTW Looking at the index using luke I found that date contains something that 
looks like a hash to me....is the  object stored in index or what?!

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

Reply via email to