Re: Scoring using POJO/SolrJ

2011-08-08 Thread darren
score isn't a field, so what happens when you remove @Field from the score property but leave the getter/setters? On Mon, 8 Aug 2011 10:07:31 +0100, Kissue Kissue wrote: > Hi, > > I am using the SolrJ client library and using a POJO with the @Field > annotation to index documents and to retriev

Scoring using POJO/SolrJ

2011-08-08 Thread Kissue Kissue
Hi, I am using the SolrJ client library and using a POJO with the @Field annotation to index documents and to retrieve documents from the index. I retrieve the documents from the index like so: List beans = response.getBeans(Item.class) Now in order to add the scores to the beans i added a field