Re: java.lang.ClassCastException: java.lang.Long using Solrj

2009-04-02 Thread vivek sar
Thanks Noble. That helped - turned out there was field name mismatch in my bean. 2009/4/1 Noble Paul നോബിള്‍ नोब्ळ् : > The classcast exception is misleading. It happens because the response > itself was some error response. > > debug it by setting the XmlResponseParser > http://wiki.apache.org/s

Re: java.lang.ClassCastException: java.lang.Long using Solrj

2009-04-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
The classcast exception is misleading. It happens because the response itself was some error response. debug it by setting the XmlResponseParser http://wiki.apache.org/solr/Solrj#head-12c26b2d7806432c88b26cf66e236e9bd6e91849 On Thu, Apr 2, 2009 at 4:21 AM, vivek sar wrote: > Hi, > >  I'm using s