Skip to content

Commit 7159050

Browse files
committed
fix broken link
1 parent 91d0153 commit 7159050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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#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#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.
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ All of the tokens in the output column exist in the index. If our query includes
511511
512512
<!-- With the custom analyzer defined, recreate the index so that the custom analyzer will be available for testing in the next step. For simplicity, the Postman collection creates a new index named `tutorial-first-analyzer` with the analyzer we defined. -->
513513
514-
## Test the custom analyzer
514+
### Test the custom analyzer
515515
516516
After recreating the index, you can now test out the analyzer using the following request:
517517

0 commit comments

Comments
 (0)