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