Re: Custom Transformer to handle Timestamp

2009-01-13 Thread con
this: oracle.jdbc.TIMESTAMP timestamp = (oracle.jdbc.TIMESTAMP) row.get(your_timestamp_field_name); row.put(your_timestamp_field_name, timestamp.toJdbc()); -- View this message in context: http://www.nabble.com/Custom-Transformer-to-handle-Timestamp-tp21421742p21421742.html Sent from the Solr - User mailing list

Custom Transformer to handle Timestamp

2009-01-12 Thread con
..:-( )? Expecting your reply Thanks in advance Con -- View this message in context: http://www.nabble.com/Custom-Transformer-to-handle-Timestamp-tp21421742p21421742.html Sent from the Solr - User mailing list archive at Nabble.com.