你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomAnalyzer.TokenFilters 属性

定义

用于筛选或修改 tokenizer 生成的令牌的标记筛选器列表。 例如,可以指定将所有字符转换为小写的小写筛选器。 筛选器按其列出顺序运行。

public System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.TokenFilterName> TokenFilters { get; }
member this.TokenFilters : System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.TokenFilterName>
Public ReadOnly Property TokenFilters As IList(Of TokenFilterName)

属性值

适用于