Re: Wiki Error JSON syntax

2011-07-25 Thread Remy Loubradou
a > > good plan? > > Agreed, and thanks for calling my attention to this thread, Stefan. > Yes I'm agree too, I'm not used to, pull, submit issue it's new for me :). I will publish an issue. > > > Regards > > Stefan > > > > Am 25.07.2011

Re: Wiki Error JSON syntax

2011-07-25 Thread Remy Loubradou
about https://github.com/gsf/node-** > solr <https://github.com/gsf/node-solr> ? > > Regards > Stefan > > Am 20.07.2011 20:05, schrieb Remy Loubradou: > > I think I can trust you but this is weird. >> Funny things if you try to validate on http://jsonlint.com/ this JSO

Re: Wiki Error JSON syntax

2011-07-20 Thread Remy Loubradou
"boost": 3.45, "doc": { "f1": "v2" } } ], "commit": {}, "optimize": { "waitFlush": false, "waitSearcher": false }, "delete": [

Wiki Error JSON syntax

2011-07-20 Thread Remy Loubradou
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 g