<field name="state" type="string" indexed="true" stored="true" multiValued="true"/>
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.nabble.com/Solrj-QueryResponse-s-getbeans-throwing-bindingexception-tp4028126p4028147.html Sent from the Solr - User mailing list archive at Nabble.com.
