Skip to content

Commit 55b2957

Browse files
committed
fixed bad link
1 parent 59d1772 commit 55b2957

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
@@ -27,9 +27,9 @@ If you want to break the tie among repeating scores, you can add an **$orderby**
2727
2828
## Scoring profiles
2929

30-
You can customize the way different fields are ranked by defining a custom *scoring profile*. Scoring profiles give you greater control over the ranking of items in search results. For example, you might want to boost items based on their revenue potential, promote newer items, or perhaps boost items that have been in inventory too long. A scoring profile is part of the index definition, composed of weighted fields, functions, and parameters.
30+
You can customize the way different fields are ranked by defining a custom *scoring profile*. Scoring profiles give you greater control over the ranking of items in search results. For example, you might want to boost items based on their revenue potential, promote newer items, or perhaps boost items that have been in inventory too long.
3131

32-
Learn more about [Scoring Profiles](index-add-scoring-profiles)
32+
A scoring profile is part of the index definition, composed of weighted fields, functions, and parameters. For more information about defining one, see [Scoring Profiles](index-add-scoring-profiles.md).
3333

3434
## Scoring statistics
3535

0 commit comments

Comments
 (0)