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