Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,901 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am working on Azure Cognitive Search ,What is the best approach for implementing localized search?
it is better to choose dedicated fields over a collection for supporting different locales/languages in the same index. Locale-specific fields make it possible to assign an appropriate analyzer. Cognitive Search supports over 50 language analyzers which you can choose.