Can someone help me on this ASAP? I am using solr 8.2.0 and below is the
snippet from solrconfig.xml for one of the configset, where I am trying to
default the results into xml format but its giving me as a json result.
<requestHandler name="/select" class="solr.SearchHandler">
<!-- default values for query parameters can be specified, these
will be overridden by parameters in the request
-->
<lst name="defaults">
<str name="echoParams">all</str>
<int name="rows">10</int>
<!-- Default search field-->
<str name="df">pkey</str>
<str name="wt">xml</str>
</lst>
Can some one let me know if I need to do something more to always get a
solr /select query results as XML??
--
Thanks & Regards,
Yaswanth Kumar Konathala.
[email protected]