Re: Magento solr Invalid Date String:'false'

2013-08-27 Thread Jack Krupansky
rom: Nikesh12 Sent: Tuesday, August 27, 2013 1:38 AM To: solr-user@lucene.apache.org Subject: Magento solr Invalid Date String:'false' We are getting below message during solr indexing running by cron setting in magento. Aug 12, 2013 8:06:15 AM org.apache.solr.update.processor.Log

Magento solr Invalid Date String:'false'

2013-08-26 Thread Nikesh12
ch as 'lepubdate_datetime' in database. but solr giving 'lepubdate_datetime'='false' error in his log. Thanks Nikesh -- View this message in context: http://lucene.472066.n3.nabble.com/Magento-solr-Invalid-Date-String-false-tp4086747.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr invalid date string

2013-01-08 Thread Erik Hatcher
rmat. > Meanwhile; > How would I create an updater to change the format of a date? > Are there any decent examples out there? > > thanks, > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/solr-invalid-date-string-tp4031661p4031669.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr invalid date string

2013-01-08 Thread eShard
I'll certainly ask manifold if they can send the date in the correct format. Meanwhile; How would I create an updater to change the format of a date? Are there any decent examples out there? thanks, -- View this message in context: http://lucene.472066.n3.nabble.com/solr-invalid-date-s

Re: solr invalid date string

2013-01-08 Thread Chris Hostetter
: Manifold is sending solr the datetime as milliseconds expired after : 1-1-1970. Hmm... are you certain there is no way to change ManifoldCF to send the date in ISO-8601 canonical so Solr can handle it natively? : I've tried setting several date.formats in the extraction handler but I Are you

solr invalid date string

2013-01-08 Thread eShard
ignored_ -MM-dd -MM-dd'T'HH:mm:ss.SSS'Z' --> here's pubdate in the schema the dates are already in UTC time they're just in milliseconds... What am I doing wrong? -- View this message in context: htt