Re: Please Help debugging java.lang.NumberFormatException: empty String

2009-02-12 Thread Joshua Kaiser
I'm on version 1.3.0 My schema has the float and sfloat types defined, but doesn't have any float fields at all. I've rolled through my list of fields with required="true" and verified that none of them are empty. Additionally, there are no empty values being passed in the doc wrapper.

Re: Please Help debugging java.lang.NumberFormatException: empty String

2009-02-12 Thread Shalin Shekhar Mangar
On Fri, Feb 13, 2009 at 12:04 AM, Joshua Kaiser wrote: > I'm having issues debugging an error on the Solr server when I attempt to > add a document. My feeling is that it's ultimately an issue with my > document not obeying my schema definition, but I have no clue how to track > down the offendi