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
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
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
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