Argg. The standard scripts that talk to solr are now broken because they use curl but didn't set Content-type (which defaults to Content-Type: application/x-www-form-urlencoded, which is incorrect if we are sending XML).
May 31, 2007 3:32:00 PM org.apache.solr.core.SolrException log SEVERE: org.apache.solr.core.SolrException: missing content stream I never noticed, since I don't use the scripts myself... but they are used in a master/slave setup. -Yonik