Is there any way in ES to map master data with search result.
Example:-
- I have Employee and EmployeeType tables in RDBMS
- EmployeeType has 2 fields - Id and EmployeeTypeName(Admin, Management, Job Level 1)
- In Employee table I have mapped EmployeeTypeId (Foreign Key)
When I retrieve Employee Data I want to get EmployeeTypeName along with Id.