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

 

 

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to