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

EdgeNGramTokenFilterV2 类

定义

从输入标记的前面或后面开始,生成给定大小 (s) 的 n 元语法。 此令牌筛选器是使用 Apache Lucene 实现的。 http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/ngram/EdgeNGramTokenFilter.html

[Newtonsoft.Json.JsonObject("#Microsoft.Azure.Search.EdgeNGramTokenFilterV2")]
public class EdgeNGramTokenFilterV2 : Microsoft.Azure.Search.Models.TokenFilter
[<Newtonsoft.Json.JsonObject("#Microsoft.Azure.Search.EdgeNGramTokenFilterV2")>]
type EdgeNGramTokenFilterV2 = class
    inherit TokenFilter
Public Class EdgeNGramTokenFilterV2
Inherits TokenFilter
继承
EdgeNGramTokenFilterV2
属性
Newtonsoft.Json.JsonObjectAttribute

构造函数

EdgeNGramTokenFilterV2()

初始化 EdgeNGramTokenFilterV2 类的新实例。

EdgeNGramTokenFilterV2(String, Nullable<Int32>, Nullable<Int32>, Nullable<EdgeNGramTokenFilterSide>)

初始化 EdgeNGramTokenFilterV2 类的新实例。

属性

MaxGram

获取或设置最大 n 元语法长度。 默认值为 2。 最大值为 300。

MinGram

获取或设置最小 n 元语法长度。 默认值为 1。 最大值为 300。必须小于 maxGram 的值。

Name

获取或设置标记筛选器的名称。 它必须仅包含字母、数字、空格、短划线或下划线,只能以字母数字字符开头和结尾,且最多包含 128 个字符。

(继承自 TokenFilter)
Side

获取或设置指定应从哪个端生成 n 元语法的输入。 默认值为“front”。 可能的值包括:“front”、“back”

方法

Validate()

验证 对象。

适用于