http://localhost:1985/solr/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on&wt=json solr的http請求後加一個wt引數 返回則是text/plain的json字串。
如下圖所示:
預設的是返回xml資料,將以上請求引數的wt去掉或者wt=xml,即可得xml資料,請求如:http://localhost:1985/solr/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on&wt=xml 結果如下圖: