Re: solr invalid date string

2013-01-08 Thread Erik Hatcher
One quick and not so dirty way to do this is to use the . Oops, sorry the wiki is a bit sparse currently, but the feature is "documented" in the Solr 4.0 release as collection1/conf/update-script.js in the Solr example. It'll probably require

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-string-tp

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