I\'m pretty sure I know the answer to this question but am looking for confirmation from someone with more Elasticsearch experience than me.
Let\'s say I\'ve got a datab
From your question I can safely assume that ES will not be your primary data-store. So the main question as to how to denormalise your many-to-many relationship is to figure out "how & what" will you use ES. That is what queries are you expected to build.
Thinking of "query command" design and denormalize accordingly. Here are a few pointers:
Hope this makes some sense ;)