What's the expected behaviour when a document is updated and deleted in the same bulk request?

Hi @js_herbert

I think these are 2 good references as well

And from the main Lucene Committer himself

A subtlely is that even for the gaurunteed order on the same (same _index, _type and _id) if one early operation fails you still may not get the expected result.