On 3/10/2014 6:14 AM, leevduhl wrote: > We just upgraded our dev environment from Solr 4.6 to 4.7 and our search > "posts" are now returning a "Search requests cannot accept content streams" > error. We did not install over top of our 4.6 install, we installed into a > new folder. > > org.apache.solr.common.SolrException: Search requests cannot accept content > streams
This message was added by SOLR-5517. This is specifically thrown when Solr detects that the request includes one or more content streams, which is only supported for updates, not queries. https://issues.apache.org/jira/browse/SOLR-5517 You may need to include a Content-Type header in your HTTP request. If you are already doing this, then it may be invalid, or there may be some other problem with your request. To figure out what it is, we'll need more information about how your requests are constructed. Thanks, Shawn