Is the execution order guaranteed in a single_bulk request?

Continuing the discussion from Are bulk index operations serialized?:

Is this also true for several elements of one _bulk command? If my request (one request) has action A, then B and then C (in this order) don't I have the guarantee that the order is preserved?

If they are on the same shard, then yes.
If they aren't then we cannot guarantee that as far as I know.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.