Re: @Field annotation support

2010-02-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Fri, Feb 19, 2010 at 11:41 PM, Pulkit Singhal wrote: > Ok then, is this the correct class to support the @Field annotation? > Because I have it on the path but its not working. > yes , it is the right class. But, what is not working? > org\apache\solr\solr-solrj\1.4.0\solr-solrj-1.4.0.jar/org\a

Re: @Field annotation support

2010-02-19 Thread Pulkit Singhal
Ok then, is this the correct class to support the @Field annotation? Because I have it on the path but its not working. org\apache\solr\solr-solrj\1.4.0\solr-solrj-1.4.0.jar/org\apache\solr\client\solrj\beans\Field.class 2010/2/18 Noble Paul നോബിള്‍ नोब्ळ् : > solrj jar > > On Thu, Feb 18, 2010

Re: @Field annotation support

2010-02-18 Thread Noble Paul നോബിള്‍ नोब्ळ्
solrj jar On Thu, Feb 18, 2010 at 10:52 PM, Pulkit Singhal wrote: > Hello All, > > When I use Maven or Eclipse to try and compile my bean which has the > @Field annotation as specified in http://wiki.apache.org/solr/Solrj > page ... the compiler doesn't find any class to support the > annotation.

@Field annotation support

2010-02-18 Thread Pulkit Singhal
Hello All, When I use Maven or Eclipse to try and compile my bean which has the @Field annotation as specified in http://wiki.apache.org/solr/Solrj page ... the compiler doesn't find any class to support the annotation. What jar should we use to bring in this custom Solr annotation?