Azure Search: How to add unsupported Language support

richardm 1 Reputation point
2021-04-13T22:56:21.203+00:00

So, with ElasticSearch Managed service you can add your own plugins or bundles - these can be stemmers, dictionaries etc and this functionality enables you to support FTS for languages that have no support out of the box.

Does Azure Cognitive Search support any way to add new language support - in a similar way to this, or any other way?

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
834 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Grmacjon-MSFT 17,286 Reputation points
    2021-04-14T05:03:22.74+00:00

    Hi @richardm ,
    Just to clarify are you referring to natural language support? for Unsupported language deployments please see this doc: https://video2.skills-academy.com/en-us/azure/cognitive-services/translator/custom-translator/unsupported-language-deployments

    -Grace


  2. Grmacjon-MSFT 17,286 Reputation points
    2021-04-17T00:05:24.61+00:00

    Hi @richardm ,

    Thanks for your patience and for providing more clarity about your scenario.

    Although Azure Cognitive Search doesn’t support custom plugin integrations, there is rich language support for lexical analysis of content. This includes 35 language analyzers from Lucene and 50 in-house Microsoft ones which are building using Office and Bing NLP technology. These analyzers can be defined as field properties in the index schema letting the user how the content is indexed and queried. You can find the complete list of languages here - Add language analyzers to string fields - Azure Cognitive Search | Microsoft Learn

    In addition, you can customize the analyzers by combining different analysis components like tokenizers, char filters, and token filters to achieve the exact scenario required for the application. Please see more details here - Add custom analyzers to string fields - Azure Cognitive Search | Microsoft Learn

    If this solution doesn't meet the requirements for your scenario, let us know so we can take this conversation offline. Please send us an email to azcommunity@microsoft.com with the link to this question and the subject "Attn: Grace".

    Best,
    Grace

    0 comments No comments