CjkBigramTokenFilter Class

Definition

Forms bigrams of CJK terms that are generated from StandardTokenizer. This token filter is implemented using Apache Lucene. http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/cjk/CJKBigramFilter.html

[Newtonsoft.Json.JsonObject("#Microsoft.Azure.Search.CjkBigramTokenFilter")]
public class CjkBigramTokenFilter : Microsoft.Azure.Search.Models.TokenFilter
[<Newtonsoft.Json.JsonObject("#Microsoft.Azure.Search.CjkBigramTokenFilter")>]
type CjkBigramTokenFilter = class
    inherit TokenFilter
Public Class CjkBigramTokenFilter
Inherits TokenFilter
Inheritance
CjkBigramTokenFilter
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

CjkBigramTokenFilter()

Initializes a new instance of the CjkBigramTokenFilter class.

CjkBigramTokenFilter(String, IList<CjkBigramTokenFilterScripts>, Nullable<Boolean>)

Initializes a new instance of the CjkBigramTokenFilter class.

Properties

IgnoreScripts

Gets or sets the scripts to ignore.

Name

Gets or sets the name of the token filter. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters.

(Inherited from TokenFilter)
OutputUnigrams

Gets or sets a value indicating whether to output both unigrams and bigrams (if true), or just bigrams (if false). Default is false.

Methods

Validate()

Validate the object.

Applies to