Re: Any way to parse timestamp into a date field

2014-06-29 Thread Jack Krupansky
@lucene.apache.org Subject: Re: Any way to parse timestamp into a date field If you're using Solrj then you can just add the Date object to SolrInputDocument and everything will be taken care of. But if you are directly uploading data with a date like that then the only option is to use a Script

Re: Any way to parse timestamp into a date field

2014-06-29 Thread Shalin Shekhar Mangar
If you're using Solrj then you can just add the Date object to SolrInputDocument and everything will be taken care of. But if you are directly uploading data with a date like that then the only option is to use a ScriptUpdateProcessor to convert the long to a java Date. On Sun, Jun 29, 2014 at 4:

Any way to parse timestamp into a date field

2014-06-29 Thread Alexandre Rafalovitch
Hello, My data comes with the timestamp 12345654. I want that indexed as a date. It does not seem to be happening with default date type and none of the URPs seem to recognize that format. Is there something terribly obvious I am missing? Regards, Alex. Personal website: http://www.outerthou