ESGF / esg-search

ESGF Search Component

Home Page:http://esgf.org/esg-search/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set default Solr response to XML

LucaCinquini opened this issue · comments

Who: Luca

Solr default response type used to be XML, but starting with Solr 7 that has changed to be Json. To protect against this change, we need to explicitly ask for "wt=xml" if no other format has been requested.

Implemented and tested.