Hi, I was writing a Solr Client API for Node and I found an error on this page http://wiki.apache.org/solr/UpdateJSON ,on the section "Update Commands" the JSON is not valid because there are duplicate keys and two times with "add" and "delete".I tried with an array and it doesn't work as well, I got error 400, I think that's because the syntax is bad.
I don't really know if I am at the good place to talk about that but ... that the only place I found. Sorry if it's not. Thanks, And I love Solr :)