Re: DataField parsing error using BinaryResponseParser for solrj

2008-04-20 Thread Eason . Lee
Thanks 2008/4/21, Noble Paul നോബിള്‍ नोब्ळ् <[EMAIL PROTECTED]>: > > It is not a problem with the BinaryResponseWriter itself. It is caused > by the bug https://issues.apache.org/jira/browse/SOLR-470 > we need to fix it now. > --Noble > > On Mon, Apr 21, 2008 at 9:16 AM, Eason. Lee <[EMAIL PROTECT

Re: DataField parsing error using BinaryResponseParser for solrj

2008-04-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
It is not a problem with the BinaryResponseWriter itself. It is caused by the bug https://issues.apache.org/jira/browse/SOLR-470 we need to fix it now. --Noble On Mon, Apr 21, 2008 at 9:16 AM, Eason. Lee <[EMAIL PROTECTED]> wrote: > Error comes from solr while parsing the datefield > It is ok wit

DataField parsing error using BinaryResponseParser for solrj

2008-04-20 Thread Eason . Lee
Error comes from solr while parsing the datefield It is ok with XMLResponseParser Apr 22, 2008 11:02:13 AM org.apache.solr.common.SolrException log SEVERE: java.lang.RuntimeException: java.text.ParseException: Unparseable date: "1995-02-16T00:00:00Z" at org.apache.solr.schema.DateField.toO

Re: XSLT transform before update?

2008-04-20 Thread David Smiley @MITRE.org
Thanks Shalin. The particular XSLT processor used is not relevant; it's a spec. Just use the standard Java APIs. If I want a particular processor, then I can get that to happen by using a system property and/or you could offer a configuration input for the standard factory class implementation