On Sat, Apr 18, 2015 at 12:50 AM, Noble Paul <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
