What is the best approach for implementing localized search?

Thomas Martin 81 Reputation points
2020-08-17T06:36:53.727+00:00

I am working on Azure Cognitive Search ,What is the best approach for implementing localized search?

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,582 questions
0 comments No comments
{count} vote

Accepted answer
  1. Destin Joy 1,866 Reputation points
    2020-08-17T06:49:35.093+00:00

    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.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful