So, recently we changed ID generation from our custom to auto-made by Elastic. Previously it was a content-based function so it was guaranteed to have the same IDs for the same documents, but it was dropped to cope with duplicates. Now we use IDs generated by Elastic itself, so the same documents won't have the same IDs.
What will happen if we upsert an existing document with the same content and the same ID? Will it trigger reindexing? Or it will detect that nothing is changed and will do nothing?