Solr 5 and Heliosearch .09 new features with json request API broke our system. We were sending content-type:"application/json" in a POST with a body that was being read by our application before handing the request off to Solr. Now, Solr seems to check the content-type and then try to do json parsing. When I try to take the content-type off we either get SolrExceptions or 415 errors saying we need to specify a content type. Is there any way around this mess?
-- View this message in context: http://lucene.472066.n3.nabble.com/Circumvent-Solr-content-type-issues-tp4199442.html Sent from the Solr - User mailing list archive at Nabble.com.