: Above is correct behavior.. but IMHO its better to send the "Error : Message" in XML via response handler, instead of java stack trace. : Thoughts? Comments?
I would agree with out ... the errors should (whenever possible) be formated in the output format the client is expecting. in addition, the error should be reflected in the HTTP status info (status code and status message) we currently have the latter but not the former .. it's something thta's been discussed before, but i don't think many people are too pasionate about it (most people care more about getting the HTTP status code part right) I've opened SOLR-141 to track this as a wishlist item. -Hoss