Mark, I'm not solrj user, but I think you don't need to check status code.Solr server always return 0 for status when success. If something goes wrong,
Solr server returns HTTP 400/500 response, then you'll get an Exception.
Koji Mark Ferguson wrote:
Hello, I am wondering if the UpdateResponse status codes are documented somewhere? I haven't been able to find them. I know 0 is success.. Thanks, Mark