Skip to content

Commit 209c17f

Browse files
committed
reverted a link fix
1 parent 7159050 commit 209c17f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/search/reference-stopwords.md

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

1717
# Stopwords reference (Microsoft analyzers)
1818

19-
When text is indexed into Azure AI Search, it's processed by analyzers so it can be efficiently stored in a search index. During this [lexical analysis](tutorial-create-custom-analyzer.md#review-how-analyzers-work) process, [language analyzers](index-add-language-analyzers.md) will remove stopwords specific to that language. Stopwords are non-essential words such as "the" or "an" that can be removed without compromising the lexical integrity of your content.
19+
When text is indexed into Azure AI Search, it's processed by analyzers so it can be efficiently stored in a search index. During this [lexical analysis](tutorial-create-custom-analyzer.md#how-analyzers-work) process, [language analyzers](index-add-language-analyzers.md) will remove stopwords specific to that language. Stopwords are non-essential words such as "the" or "an" that can be removed without compromising the lexical integrity of your content.
2020

2121
Stopword removal applies to all supported [Lucene and Microsoft analyzers](index-add-language-analyzers.md#supported-language-analyzers) used in Azure AI Search.
2222

articles/search/tutorial-create-custom-analyzer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ A valid API key establishes trust, on a per request basis, between the applicati
212212
213213
If you find these results confusing, you're not alone. In the next section, let's dig into why we're getting these results.
214214
215+
<a name="how-analyzers-work"></a>
216+
215217
## Review how analyzers work
216218
217219
To understand these search results, we need to understand what the analyzer is doing. From there, we can test the default analyzer using the [Analyze API](/rest/api/searchservice/indexes/analyze), providing a foundation for designing an analyzer that better meets our needs.

0 commit comments

Comments
 (0)