Since we can't do joins in Elastic search.. what will be the alternate way to have join concept in Elasticsearch. An example would be grate. Like if user table has user_role with id and user details is saved in user_role table against that Id so how can I make Alternate(Join) in ES.
Thanks.