I am trying to use solrj with UUIDs but they are coming back as Strings in the SolrDocument so the reflection fails on the "getBeans" method.
I get following exception. org.apache.solr.client.solrj.beans.BindingException: Could not instantiate at org.apache.solr.client.solrj.beans.DocumentObjectBinder.getBean(DocumentObjectBinder.java:68)
Has anyone faced similar issues with UUIDs?