Skip to content

Commit add5ed9

Browse files
committed
video link revs
1 parent 94dde45 commit add5ed9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

articles/search/index-add-scoring-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 05/06/2020
1616

1717
Azure Cognitive Search uses default scoring to compute an initial score, but you can customize the calculation through a *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.
1818

19-
The following video segment explains scoring profiles in Azure Cognitive Search.
19+
The following video segment fast-forwards to how scoring profiles work in Azure Cognitive Search.
2020

2121
> [!VIDEO https://www.youtube.com/embed/Y_X6USgvB1g?version=3&start=462&end=970]
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Azure Cognitive Search supports two different similarity ranking algorithms: A *
5454

5555
For now, you can specify which similarity ranking algorithm you would like to use. For more information, see [Ranking algorithm](index-ranking-similarity.md).
5656

57-
The following video segment starts on an explanation of the ranking algorithms used in Azure Cognitive Search. You can watch the full video for more background.
57+
The following video segment fast-forwards to an explanation of the ranking algorithms used in Azure Cognitive Search. You can watch the full video for more background.
5858

5959
> [!VIDEO https://www.youtube.com/embed/Y_X6USgvB1g?version=3&start=322&end=643]
6060

articles/search/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ landingContent:
3131
url: search-indexer-overview.md
3232
- linkListType: video
3333
links:
34-
- text: What is Cognitive Search (1 min 27 sec)
35-
url: https://channel9.msdn.com/Events/Connect/2016/138/player
34+
- text: What is Cognitive Search
35+
url: https://youtu.be/M4Rf1s0WcWQ?t=19
3636

3737
# Card
3838
- title: Index Azure data

articles/search/search-analyzers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 12/10/2019
1515

1616
An *analyzer* is a component of the [full text search engine](search-lucene-query-architecture.md) responsible for processing text in query strings and indexed documents. Different analyzers manipulate text in different ways depending on the scenario. Language analyzers process text using linguistic rules in order to improve search quality, while other analyzers perform more basic tasks like converting characters to lower case, for example.
1717

18-
The following video segment explains text processing in Azure Cognitive Search.
18+
The following video segment fast-forwards to an explanation of how text processing works in Azure Cognitive Search.
1919

2020
> [!VIDEO https://www.youtube.com/embed/Y_X6USgvB1g?version=3&start=132&end=189]
2121

articles/search/search-what-is-azure-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ Search engines are the common drivers of information retrieval in mobile apps, o
151151

152152
In this 15-minute video, program manager Luis Cabrera introduces Azure Cognitive Search.
153153

154-
>[!VIDEO https://channel9.msdn.com/Events/Connect/2016/138/player]
154+
>[!VIDEO https://www.youtube.com/embed/kOJU0YZodVk?version=3]

0 commit comments

Comments
 (0)