You can upload your own alias dictionary by specifying the words for which you want alias to be considered as well in your search.
To enable the search with alias remember to update the settings using the Update Settings API.

Your upload_alias request body should have the following structure:

{
  "alias_dictionary": {
    str: Array[str]             
  }
}
  • The keys of the alias_dictionary are the keywords for which you want to create alias. These are the words that you expect to be in your documents.
  • The values of the dictionary are terms that you expect to be in your queries and you want to consider as if they were the keywords.
Language
Click Try It! to start a request and see the response here!