UaxUrlEmailTokenizer Class

Definition

Tokenizes urls and emails as one token. This tokenizer is implemented using Apache Lucene. http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/standard/UAX29URLEmailTokenizer.html

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

Constructors

UaxUrlEmailTokenizer()

Initializes a new instance of the UaxUrlEmailTokenizer class.

UaxUrlEmailTokenizer(String, Nullable<Int32>)

Initializes a new instance of the UaxUrlEmailTokenizer class.

Properties

MaxTokenLength

Gets or sets the maximum token length. Default is 255. Tokens longer than the maximum length are split. The maximum token length that can be used is 300 characters.

Name

Gets or sets the name of the tokenizer. 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 Tokenizer)

Methods

Validate()

Validate the object.

Applies to