..
org.apache.solr.client.solrj.beans.BindingException: Exception
while setting value : [gqd8z6cq:/A - All] on private java.lang.String
com.farmers.content.vo.ContentDBVO.State
any idea on how to solve this issue please
Thanks
Sadhana
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solrj-QueryResponse-s-getbeans
Though the type is String its storing the datatype as List because the
mutlitvalued=true in the schema.xml. So the issue got resolved after I
change my datatype of State variable in the POJO from String to List.
Thanks
Sadhana
--
View this message in context:
http://lucene.472066.n3