Description
Hit this exception today. It's really really unhelpful...
Caused by: org.apache.solr.client.solrj.beans.BindingException: Invalid setter method. Must have one and only one parameter at org.apache.solr.client.solrj.beans.DocumentObjectBinder$DocField.storeType(DocumentObjectBinder.java:235)
Great... which of the many fields on the bean (and which bean!?!?) has an issue... (sigh)
Attaching trivial patch to make this far more helpful momentarily