On Fri, Dec 5, 2008 at 5:24 PM, Erik Hatcher <[EMAIL PROTECTED]> wrote: > I'd somehow pass through Solr's XML response, or perhaps consider using > Solr's XSLT response writer to convert to the format you want. I don't have > the magic incantation handy, but it should be possible to make a request > through SolrJ and get the raw response string back in whatever format you > want.
One could subclass RequestParser (or XMLRequestParser) and do nothing but put the entire response body in a String. -Yonik