Hi: Lets say you typed a wrong query i.e
http://localhost:8983/solr/select/?indent=on&q=video;inStock+asc+price+desc or http://localhost:8983/solr/select/?indent=on&q=name: First one throws - Unknown sort order: asc price desc Second one throws - Error parsing Lucene query 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? Regards