java.lang.ClassCastException: java.lang.Long cannot be cast to org.apache.solr.common.util.NamedList in solr

2009-06-30 Thread Rakhi Khatwani
Hi, I am integrating solr with hadoop. so i wrote a map reduce method which writes the indexes in HDFS. the map methods work fine, and in my reduce method, i call solrServer to update the indexes, but when i try accessing solrServer, i get the following exception java.lang.ClassCastException:

Re: java.lang.ClassCastException: java.lang.Long cannot be cast to org.apache.solr.common.util.NamedList in solr

2009-06-30 Thread Noble Paul നോബിള്‍ नोब्ळ्
use the XMLResponseParser http://wiki.apache.org/solr/Solrj#head-12c26b2d7806432c88b26cf66e236e9bd6e91849 I guess there was some error during the update On Tue, Jun 30, 2009 at 3:33 PM, Rakhi Khatwanirkhatw...@gmail.com wrote: Hi,  I am integrating solr with hadoop. so i wrote a map reduce

Re: java.lang.ClassCastException: java.lang.Long cannot be cast to org.apache.solr.common.util.NamedList in solr

2009-06-30 Thread Noble Paul നോബിള്‍ नोब्ळ्
which version of solr are you using? 2009/6/30 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com: use the XMLResponseParser http://wiki.apache.org/solr/Solrj#head-12c26b2d7806432c88b26cf66e236e9bd6e91849 I guess there was some error during the update On Tue, Jun 30, 2009 at 3:33 PM, Rakhi

Re: java.lang.ClassCastException: java.lang.Long cannot be cast to org.apache.solr.common.util.NamedList in solr

2009-06-30 Thread Rakhi Khatwani
Hi Noble, i am using solr 1.3 Regards, Raakhi 2009/6/30 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com which version of solr are you using? 2009/6/30 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com: use the XMLResponseParser