On Wed, Apr 22, 2015 at 11:00 AM, didier deshommes <dfdes...@gmail.com> wrote:
> curl "
> http://localhost:8983/solr/gettingstarted/select?wt=json&indent=true&q=foundation";
> -H "Content-type:application/json"

You're telling Solr the body encoding is JSON, but then you don't send any body.
We could catch that error earlier perhaps, but it still looks like an error?

-Yonik

Reply via email to