I am wondering what is the best approach to index translations with Laravel Scout.
In my current project I have a different index for each language (Ex: main-en/pages; main-fr/pages) so it is easy to search.
With Laravel Scout each model is synchronized with an index and the only way I see is to index translations as a "nested relation" and I am not sure how to configure mapping (analyzers etc.) to query a specific language