You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/index-add-scoring-profiles.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,18 @@ ms.topic: how-to
11
11
ms.date: 10/14/2022
12
12
---
13
13
14
-
# Add scoring profiles to boost search scores in Azure Cognitive Search
14
+
# Add scoring profiles to boost search scores
15
15
16
-
In this article, you can learn how to create a scoring profile for boosting search scores based on criteria that you provide. Criteria can be weighting a field, for example if a match found in a "tags" field is more relevant than a match found in "descriptions". Criteria can also be a function, such as the `distance` function that favors results that are within a specified distance of the current location.
16
+
In this article, you'll learn how to define a scoring profile for boosting search scores based on criteria.
17
+
18
+
Criteria can be a weighted field, such as when a match found in a "tags" field is more relevant than a match found in "descriptions". Criteria can also be a function, such as the `distance` function that favors results that are within a specified distance of the current location.
17
19
18
20
Scoring profiles are defined in a search index and invoked on query requests. You can create multiple profiles and then modify query logic to choose which one is used.
19
21
20
22
> [!NOTE]
21
-
> Unfamiliar with relevance concepts? The following video segment fast-forwards to how scoring profiles work in Azure Cognitive Search, but the video also covers basic concepts. You might also want to review[Relevance and scoring in Azure Cognitive Search](index-similarity-and-scoring.md) for more background.
23
+
> Unfamiliar with relevance concepts? The following video segment fast-forwards to how scoring profiles work in Azure Cognitive Search. You can also visit[Relevance and scoring in Azure Cognitive Search](index-similarity-and-scoring.md) for more background.
Copy file name to clipboardExpand all lines: articles/search/index-ranking-similarity.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Configure scoring algorithm
2
+
title: Configure relevance scoring
3
3
titleSuffix: Azure Cognitive Search
4
4
description: Enable Okapi BM25 ranking to upgrade the search ranking and relevance behavior on older Azure Search services.
5
5
@@ -10,7 +10,7 @@ ms.topic: how-to
10
10
ms.date: 10/14/2022
11
11
---
12
12
13
-
# Configure the similarity scoring algorithm in Azure Cognitive Search
13
+
# Configure relevance scoring
14
14
15
15
In this article, you'll learn how to configure the similarity scoring algorithm used by Azure Cognitive Search. The BM25 scoring model has defaults for weighting term frequency and document length. You can customize these properties if the defaults aren't suited to your content.
0 commit comments