Re: Solr 7 default Response now JSON instead of XML causing issues

2017-10-03 Thread Emir Arnautović
gt; Thanks > Roland > > -Original Message- > From: Emir Arnautović [mailto:emir.arnauto...@sematext.com] > Sent: Monday, October 2, 2017 8:07 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr 7 default Response now JSON instead of XML causing issues > >

RE: Solr 7 default Response now JSON instead of XML causing issues

2017-10-03 Thread Roland Villemoes
Emir Arnautović [mailto:emir.arnauto...@sematext.com] Sent: Monday, October 2, 2017 8:07 AM To: solr-user@lucene.apache.org Subject: Re: Solr 7 default Response now JSON instead of XML causing issues Hi Roland, I guess you can use defaults in solr config to set wt to XML. Something like: xml

Re: Solr 7 default Response now JSON instead of XML causing issues

2017-10-02 Thread Emir Arnautović
Hi Roland, I guess you can use defaults in solr config to set wt to XML. Something like: xml You can also use useParams=“xml_out” and in your params.json have xml params defined group xml_out with wt: “xml” HTH, Emir > On 2 Oct 2017, at 13:58, Roland Villemoes wrote: > > H

Solr 7 default Response now JSON instead of XML causing issues

2017-10-02 Thread Roland Villemoes
Hi Default response in Solr 7 is now JSON instead of XML (https://issues.apache.org/jira/browse/SOLR-10494) We are using a system that use the Solr admin/cores api for core status etc. and we can't really change that system. That system expects the XML response. And as far as I can see default