Problems with type mismatch on SolrJ annotations

2011-11-11 Thread Anil Kumar YV
Hi, I am also facing similar issue. Did you find any solution for the same? Please share it. Thanks, Anil.

Problems with type mismatch on SolrJ annotations

2010-07-13 Thread Mats Bolstad
Hey all! I have a problem with how solrj makes beans from a solr response. Very simplified my business objects are as follows: enum E { ENUM1, ENUM2; } public class A { @Field("a_id") private String id; @Field("a_type") private E objectType; public void setId(String id) { this.