public final class UaxUrlEmailTokenizer extends LexicalTokenizer
| Constructor and Description |
|---|
UaxUrlEmailTokenizer(String name)
Constructor of
UaxUrlEmailTokenizer. |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxTokenLength()
Get the maxTokenLength property: The maximum token length.
|
UaxUrlEmailTokenizer |
setMaxTokenLength(Integer maxTokenLength)
Set the maxTokenLength property: The maximum token length.
|
getNamepublic UaxUrlEmailTokenizer(String name)
UaxUrlEmailTokenizer.name - 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.public Integer getMaxTokenLength()
public UaxUrlEmailTokenizer setMaxTokenLength(Integer maxTokenLength)
maxTokenLength - the maxTokenLength value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.