Re: How to get XML response from CommonsHttpSolrServer through QueryResponse?

2009-01-21 Thread Chris Hostetter
: Because I used server.setParser(new XMLResponseParser()), I get the : wt=xml parameter in the responseHeader, but the format of the : responseHeader is clearly no XML at all. I expect Solr does output XML, : but that the QueryResponse, when I print its contents, formats this as : the string

How to get XML response from CommonsHttpSolrServer through QueryResponse?

2009-01-14 Thread M.S. Buiter
Dear All, Until now we have used Solr from a servlet in which we built the solr URL, and used response.sendRedirect(url) to send the query to solr, and have it translate its XML results, through XSLT, to HTML. We now want to do the XML/XSL translation process ourselves, and to accomplish that I