Skip to content

Commit b1e24ff

Browse files
committed
Missed the metadata description, now added
1 parent 0c1fa9d commit b1e24ff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/search/reference-stopwords.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Stopwords
33
titleSuffix: Azure Cognitive Search
4-
description:
4+
description: Reference document of the stopwords list for Microsoft language analyszers.
55

66
manager: nitinme
77
author: HeidiSteen
@@ -14,7 +14,9 @@ ms.date: 05/16/2022
1414

1515
# Stopwords reference (Microsoft analyzers)
1616

17-
When text is indexed into Azure Cognitive 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. Stopword removal applies to all supported [Lucene and Microsoft analyzers](index-add-language-analyzers.md#supported-language-analyzers) used in Azure Cognitive Search.
17+
When text is indexed into Azure Cognitive 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.
18+
19+
Stopword removal applies to all supported [Lucene and Microsoft analyzers](index-add-language-analyzers.md#supported-language-analyzers) used in Azure Cognitive Search.
1820

1921
This article lists the stopwords used by the Microsoft analyzer for each language.
2022

0 commit comments

Comments
 (0)