+1 for making the command smaller

On Sat, Apr 18, 2015 at 11:30 PM, Yonik Seeley <ysee...@gmail.com> wrote:

> On Sat, Apr 18, 2015 at 12:50 AM, Noble Paul <noble.p...@gmail.com> wrote:
> > I find it confusing why a user should be aware of the option
> json.comand=false.
>
> Me too - confusing and somewhat ugly.  Just using a different URL seems
> nicer.
>
> And of course I'm not a fan of our huge redundant curl lines that look
> bigger than the data we are sending.
>
> This
> curl -X POST -H 'Content-Type: application/json'
> 'http://localhost:8983/solr/demo/update/json/docs' --data-binary
>   could be replaced with something half the size:
> curl http://localhost:8983/solr/demo/update/json/docs -d
>
> -Yonik
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>


-- 
-----------------------------------------------------
Noble Paul

Reply via email to