CustomAnalyzer.Tokenizer Property

Definition

Gets or sets the name of the tokenizer to use to divide continuous text into a sequence of tokens, such as breaking a sentence into words. Possible values include: 'classic', 'edgeNGram', 'keyword_v2', 'letter', 'lowercase', 'microsoft_language_tokenizer', 'microsoft_language_stemming_tokenizer', 'nGram', 'path_hierarchy_v2', 'pattern', 'standard_v2', 'uax_url_email', 'whitespace'

[Newtonsoft.Json.JsonProperty(PropertyName="tokenizer")]
public Microsoft.Azure.Search.Models.TokenizerName Tokenizer { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tokenizer")>]
member this.Tokenizer : Microsoft.Azure.Search.Models.TokenizerName with get, set
Public Property Tokenizer As TokenizerName

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to