Issue 14487

Solr needs to return application/json for direct queries

14487
Reporter: omeyn
Assignee: fmendez
Type: Bug
Summary: Solr needs to return application/json for direct queries
Priority: Major
Status: Open
Created: 2013-12-19 14:47:09.041
Updated: 2014-04-28 10:55:53.253
        
Description: Currently it returns mime type text/plain which is wrong, it should return application/json. This is important for the nagios check which says this isn't valid json if it gets the wrong mime type. Since solr 3.5 you can add this block to solr config to make that happen:


    true
]]>