Problems with type mismatch on SolrJ annotations
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
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.