Ensuring uniqueness of IDs across indices during insertion

From what I understand, if we assign explicit ids to documents we might end up with multiple documents with the same id in different indices. Is there a way to ensure, when using explicit document ids, that a document id is unique across all indices?

No, there is not.