We are implementing "Elastic Search" in our one of the project in .NET. We have already started the implementing. But somehow between it, we are facing some issues.
We have transferred our SQL database to the Elastic Search's Database, and also we are getting records using it.
But further, We wants to get records from multiple tables, and also want to make joins between them. But We are unable to find any tutorial/reference regarding this for Elastic Search.
So can you please guide us how to make joins between tables in Elastic Search, and get records from multiple tables.
Please help us into this concern, so we can go further with implementing Elastic Search into our Project.