Re: Exception in SolrJ Client bean indexing

2008-07-31 Thread Noble Paul നോബിള്‍ नोब्ळ्
If the annotation is applied to a setter method , it should take only one param On Thu, Jul 31, 2008 at 8:20 PM, Ranjeet <[EMAIL PROTECTED]> wrote: > Hi, > > I have attached the souce code to index the document by solrJ. I am trying > this by pojo by refering "http://wiki.apache.org/solr/Solrj"; t

Exception in SolrJ Client bean indexing

2008-07-31 Thread Ranjeet
Hi, I have attached the souce code to index the document by solrJ. I am trying this by pojo by refering "http://wiki.apache.org/solr/Solrj"; to prepare clinet of SolrJ. please guide me how to handle this problem. 1. Exception throws: e : Invalid setter method. Must have one and only one param

Re: Exception in SolrJ client

2008-07-31 Thread Shalin Shekhar Mangar
Hi Ranjeet, http://wiki.apache.org/solr/Solrj Did you read the note on setting XMLResponseParser for Solr 1.2 users given in the wiki link above? On Thu, Jul 31, 2008 at 7:50 PM, Ranjeet <[EMAIL PROTECTED]>wrote: > Hi, > > I am new in SolrJ, at present using Solr 1.2. I have included follwoing

Exception in SolrJ client

2008-07-31 Thread Ranjeet
Hi, I am new in SolrJ, at present using Solr 1.2. I have included follwoing jar files in my project, when we run our code we get the following exception. after getting decompiled "SolrServer.class" we found not incompilation problem in add(SolerServer s) and UpdateResponse.process( ) method I