Re: StreamingUpdateSolrServer Indexing dates

2011-07-06 Thread Chris Hostetter
: Invalid Date Math String:'2011-04-22T05:35:37Z ' ... : I notice the trailing spaces but in my document they are not present: ... : ... : I am adding the field to the document with: ... : document.addField(element, sb); //sb is a string There is at least one

StreamingUpdateSolrServer Indexing dates

2011-07-06 Thread matthew . fowler
Hi All I'm indexing a set of xml documents using StreamingUpdateSolrServer but I'm having trouble indexing dates. I get an error like: SEVERE: error java.lang.Exception: Invalid Date Math String:'2011-04-22T05:35:37Z ' Invalid Date Math String:'2011-04-22T05:35:37Z ' I noti