Class LexicalAnalyzer
java.lang.Object
com.azure.search.documents.indexes.models.LexicalAnalyzer
- Direct Known Subclasses:
CustomAnalyzer
,LuceneStandardAnalyzer
,PatternAnalyzer
,StopAnalyzer
Base type for analyzers.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LexicalAnalyzer
Creates an instance of LexicalAnalyzer class.- Parameters:
name
- the name value to set.
-
-
Method Details
-
getName
Get the name property: The name of the analyzer. 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.
-