Stopwords reference (Microsoft analyzers)

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 process, language analyzers 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.

Stopword removal applies to all supported Lucene and Azure analyzers used in Azure AI Search.

This article lists the stopwords used by the Azure analyzer for each language.

For the stopword list for Lucene analyzers, see the Apache Lucene source code on GitHub.

Tip

To view the output of any given analyzer, call the Analyze Text REST API. This API is often helpful for debugging unexpected search results.

Chinese Simplified (zh-Hans.microsoft)

?about $ 1 2 3 4 5 6 7 8 9 0 _ a b c d e f g h i j k l m n o p q r s t u v w x y z after all also an and another any are as at be because been before being between both but by came can come could did do each for from get got had has have he her here him himself his how if in into is it like make many me might more most much must my never now of on only or other our out over said same see should since some still such take than that the their them then there these they this those through to too under up very was way we well were what where which while who with would you your

Chinese Traditional (zh-Hant.microsoft)

?about $ 1 2 3 4 5 6 7 8 9 0 _ a b c d e f g h i j k l m n o p q r s t u v w x y z after all also an and another any are as at be because been before being between both but by came can come could did do each for from get got had has have he her here him himself his how if in into is it like make many me might more most much must my never now of on only or other our out over said same see should since some still such take than that the their them then there these they this those through to too under up very was way we well were what where which while who with would you your

English (en.microsoft)

is and in it of the to that this these those is was for on be with as by at have are this not but had from or I my me mine myself you your yours yourself he him his himself she her hers herself it its itself we our ours ourselves they them their theirs themselves A B C D E F G H J K L M N O P Q R S T U V W X Y Z a b c d e f g h i j k l m n o p q r s t u v w x y z

See also