: > Is there a way to get a return like: : > : > <?xml version="1.0" encoding="UTF-8"?> : > <response> : > <lst name="responseHeader"><int name="status">1</int><exception>blah, blah, : > blah</exeption><int name="QTime">0</int></lst> : > </response>
see also SOLR-141 ... I'd really like it if eventually ResponseWriters were delegatred to for formatting error messages in the appropriate format, it's just never been a high priority -- but patches are always welcome :) https://issues.apache.org/jira/browse/SOLR-141 -Hoss