Re: add and delete docs at same time

2007-05-24 Thread Erik Hatcher
On May 24, 2007, at 3:47 PM, Ryan McKinley wrote: currently no. Right now you even need a new request for each delete... Unless you used delete-by-query with the id's OR'd id:1 OR id:2 OR id:3 Patrick Givisiez wrote: can I add and delete docs at same post? Some thing like th

Re: add and delete docs at same time

2007-05-24 Thread Ryan McKinley
currently no. Right now you even need a new request for each delete... Patrick Givisiez wrote: can I add and delete docs at same post? Some thing like this: myDocs.xml = 4 5 6 1 2 3 = Thanks!