Skip to content

Commit 1de22f8

Browse files
authored
Merge pull request #95694 from zhiliangxu/patch-5
Fix a typo: you an -> you can
2 parents 9e88277 + f98e334 commit 1de22f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/index-similarity-and-scoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Both BM25 and Classic are TF-IDF-like retrieval functions that use the term freq
4646
BM25 offers advanced customization options, such as allowing the user to decide how the relevance score scales with the term frequency of matched terms. For more information, see [Configure the scoring algorithm](index-ranking-similarity.md).
4747

4848
> [!NOTE]
49-
> If you're using a search service that was created before July 2020, the scoring algorithm is most likely the previous default, `ClassicSimilarity`, which you an upgrade on a per-index basis. See [Enable BM25 scoring on older services](index-ranking-similarity.md#enable-bm25-scoring-on-older-services) for details.
49+
> If you're using a search service that was created before July 2020, the scoring algorithm is most likely the previous default, `ClassicSimilarity`, which you can upgrade on a per-index basis. See [Enable BM25 scoring on older services](index-ranking-similarity.md#enable-bm25-scoring-on-older-services) for details.
5050
5151
The following video segment fast-forwards to an explanation of the generally available ranking algorithms used in Azure Cognitive Search. You can watch the full video for more background.
5252

@@ -127,4 +127,4 @@ You can consume these data points in [custom scoring solutions](https://github.c
127127
+ [Scoring Profiles](index-add-scoring-profiles.md)
128128
+ [REST API Reference](/rest/api/searchservice/)
129129
+ [Search Documents API](/rest/api/searchservice/search-documents)
130-
+ [Azure Cognitive Search .NET SDK](/dotnet/api/overview/azure/search)
130+
+ [Azure Cognitive Search .NET SDK](/dotnet/api/overview/azure/search)

0 commit comments

Comments
 (0)