Class LexicalTokenizer
java.lang.Object
com.azure.search.documents.indexes.models.LexicalTokenizer
- Direct Known Subclasses:
ClassicTokenizer
,EdgeNGramTokenizer
,KeywordTokenizer
,LuceneStandardTokenizer
,MicrosoftLanguageStemmingTokenizer
,MicrosoftLanguageTokenizer
,NGramTokenizer
,PathHierarchyTokenizer
,PatternTokenizer
,UaxUrlEmailTokenizer
Base type for tokenizers.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LexicalTokenizer
Constructor ofLexicalTokenizer
.- Parameters:
name
- 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.
-
-
Method Details
-
getName
Get the name property: 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.- Returns:
- the name value.
-