Hi All,
We have implemented ES Last Year(most of the information I gather from this discussion forum only ) . We have implemented custom application to sync data from DB to ES indexes at regular intervals.
At High level we have 2 indexes
1 for Jobs
2 for files
Currently we are trying to implement Globalization in our application. Earlier application used to support English only.
in order to support Globalization for search queries , how should I design the indexes . is it like having different index for each language like jobs_en ,jobs_fr.
or Can I include new flag in jobs index to have different record for each language.
Any other suggestions Also welcome.
Regards,
Srikanth