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

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