On 11-May-07, at 9:43 AM, Maximilian Hütter wrote:
Hi,I'm trying to delete multiple documents at once, but it doesn't work. I am sending this: <?xml version="1.0" encoding="UTF-8"?> <delete> <id>1_3223_po_opc_2</id> <id>1_2454_po_opc_4</id> </delete>
Isn't it possible to do deletes like that?
No it isn't, but you can do multi deletes using delete by query: <query>docId:XXX OR docID:YYY OR docId:ZZZ ... -Mike