Introduction
Azure AI Search is a powerful search service that can index a wide range of data from various sources. A core part of search is returning relevant results from search queries.
By the end of this module, you'll learn to:
- Improve the ranking of a document with term boosting.
- Improve the relevance of results by adding scoring profiles.
- Improve an index with analyzers and tokenized terms.
- Enhance an index to include multiple languages.
- Improve search experience by ordering results by distance from a given reference point.
This module builds on Create a custom skill for Azure AI Search to explore more advanced search features supported by Azure AI Search.