> Does this mean I should have converted my objects to string before > writing them to the server? >
I believe SolrJ takes care of that for you by calling toString(), but you would need to convert explicitly when you query (and then escape).
> Does this mean I should have converted my objects to string before > writing them to the server? >
I believe SolrJ takes care of that for you by calling toString(), but you would need to convert explicitly when you query (and then escape).