Uses of Class
com.azure.search.documents.indexes.models.LexicalNormalizerName
Packages that use LexicalNormalizerName
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of LexicalNormalizerName in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as LexicalNormalizerNameModifier and TypeFieldDescriptionstatic final LexicalNormalizerName
LexicalNormalizerName.ASCII_FOLDING
Static value asciifolding for LexicalNormalizerName.static final LexicalNormalizerName
LexicalNormalizerName.ELISION
Static value elision for LexicalNormalizerName.static final LexicalNormalizerName
LexicalNormalizerName.LOWERCASE
Static value lowercase for LexicalNormalizerName.static final LexicalNormalizerName
LexicalNormalizerName.STANDARD
Static value standard for LexicalNormalizerName.static final LexicalNormalizerName
LexicalNormalizerName.UPPERCASE
Static value uppercase for LexicalNormalizerName.Methods in com.azure.search.documents.indexes.models that return LexicalNormalizerNameModifier and TypeMethodDescriptionstatic LexicalNormalizerName
LexicalNormalizerName.fromString
(String name) Creates or finds a LexicalNormalizerName from its string representation.AnalyzeTextOptions.getNormalizer()
Get the normalizer name property: The name of the normalizer to use to normalize the given text.SearchField.getNormalizerName()
Get the normalizerName property: The name of the normalizer to use for the field.Methods in com.azure.search.documents.indexes.models that return types with arguments of type LexicalNormalizerNameModifier and TypeMethodDescriptionstatic Collection<LexicalNormalizerName>
LexicalNormalizerName.values()
Gets known LexicalNormalizerName values.Methods in com.azure.search.documents.indexes.models with parameters of type LexicalNormalizerNameModifier and TypeMethodDescriptionSearchField.setNormalizerName
(LexicalNormalizerName normalizerName) Set the normalizerName property: The name of the normalizer to use for the field.Constructors in com.azure.search.documents.indexes.models with parameters of type LexicalNormalizerNameModifierConstructorDescriptionAnalyzeTextOptions
(String text, LexicalNormalizerName normalizerName) Constructor toAnalyzeTextOptions
which takes normalizerName.