你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DictionaryDecompounderTokenFilter 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
分解在许多日耳曼语系中找到的复合词。 此令牌筛选器是使用 Apache Lucene 实现的。 http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/compound/DictionaryCompoundWordTokenFilter.html
[Newtonsoft.Json.JsonObject("#Microsoft.Azure.Search.DictionaryDecompounderTokenFilter")]
public class DictionaryDecompounderTokenFilter : Microsoft.Azure.Search.Models.TokenFilter
[<Newtonsoft.Json.JsonObject("#Microsoft.Azure.Search.DictionaryDecompounderTokenFilter")>]
type DictionaryDecompounderTokenFilter = class
inherit TokenFilter
Public Class DictionaryDecompounderTokenFilter
Inherits TokenFilter
- 继承
- 属性
-
Newtonsoft.Json.JsonObjectAttribute
构造函数
DictionaryDecompounderTokenFilter() |
初始化 DictionaryDecompounderTokenFilter 类的新实例。 |
DictionaryDecompounderTokenFilter(String, IList<String>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>) |
初始化 DictionaryDecompounderTokenFilter 类的新实例。 |
属性
MaxSubwordSize |
获取或设置最大子字大小。 仅输出短于此的子字。 默认为 15. 最大值为 300。 |
MinSubwordSize |
获取或设置最小子字大小。 仅输出超过此长度的子字。 默认值为 2。 最大值为 300。 |
MinWordSize |
获取或设置最小字大小。 仅处理超过此长度的单词。 默认值为 5。 最大值为 300。 |
Name |
获取或设置令牌筛选器的名称。 它必须仅包含字母、数字、空格、短划线或下划线,只能以字母数字字符开头和结尾,且最多包含 128 个字符。 (继承自 TokenFilter) |
OnlyLongestMatch |
获取或设置一个值,该值指示是否仅将最长匹配子字添加到输出。 默认值为 false。 |
WordList |
获取或设置要匹配的字词列表。 |
方法
Validate() |
验证 对象。 |