非索引字参考(Microsoft分析器)

将文本索引到 Azure AI 搜索中时,分析器会处理文本,以便它可以有效地存储在搜索索引中。 在此 词法分析 过程中, 语言分析器 会删除特定于该语言的非索引字。 非必要词(如“the”或“an”)可以删除,而不会损害内容的词法完整性。

非索引字删除适用于 Azure AI 搜索中使用的所有受支持的 Lucene 和 Azure 分析器

本文列出了 Azure 分析器针对每种语言使用的非索引字。

有关 Lucene 分析器的非索引字列表,请参阅 GitHub 上的 Apache Lucene 源代码

小窍门

若要查看任何给定分析器的输出,请调用 分析文本 REST API。 此 API 通常有助于调试意外的搜索结果。

简体中文(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

繁体中文(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

英语(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

另请参阅