Add wt=xml to requests or set it as default in the request handler spec, like this:
<lst name="defaults"> <str name=“wt”>xml</str> </lst> I’m deleting the dev list from my response because this is not appropriate for that list. Please only use the users list for usage questions. wunder Walter Underwood [email protected] http://observer.wunderwood.org/ (my blog) > On Apr 20, 2022, at 8:30 AM, Heller, George A III CTR (USA) > <[email protected]> wrote: > > I was able to get stand-alone Solr to return queries in XML instead of JSON > by editing the solrconfig.xml for each core and adding the following: > <queryResponseWriter name="xml" > default="true" > class="solr.XMLResponseWriter" />” > > In SolrCloud, the solr cores do not have a conf folder or a solrconfig.xml > file in their conf folders. > > What do I need to do to get queries retuened in XML like our apps need? > > Thanks, > George
