Re: add and delete docs at same time
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
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!