
Ultimate access to all questions.
You are working on an Azure AI Search solution for a multilingual e-commerce website that needs to support search in multiple languages. How would you approach the task of handling language-specific features and improving the search experience for non-English speakers?
A
Use language detection to automatically identify the language of the user's query and apply the appropriate language-specific analyzers.
B
Create language-specific indexes for each supported language to ensure optimal search performance and relevance.
C
Implement custom language-specific skills to handle language-specific processing, such as tokenization or stemming, for non-English languages.
D
All of the above