From the course: Complete Guide to Azure AI for ML Engineers by Microsoft Press

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Learn advanced search features

Learn advanced search features

- [Instructor] You've made a simple search solution. So let's look at a few ways that you can enhance it. The first way you can do that is with term boosting. And this is basically when you have certain keywords or certain phrases that you want to appear higher in your search. So you'll be able to give it a specific weight. That way if a user searches for a particular term, you'll be able to give the results that you want a higher priority to their search. Then you have scoring profiles. So this is a way that you can improve the relevance of your results because you add a scoring profile for the documents based on some specific criteria you have. These search scores are typically calculated in the last phase of processing a search query. And that means that the score is typically a function of the number of times the search term appears in a document and the document size and how rare each of the terms is. So by default, search results are ordered by their own search score with the…

Contents