Uses of Class
com.azure.search.documents.indexes.models.LexicalNormalizerName
Packages that use LexicalNormalizerName
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of LexicalNormalizerName in com.azure.search.documents.indexes.models
Subclasses with type arguments of type LexicalNormalizerName in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classDefines the names of all text normalizers supported by the search engine.Fields in com.azure.search.documents.indexes.models declared as LexicalNormalizerNameModifier and TypeFieldDescriptionstatic final LexicalNormalizerNameLexicalNormalizerName.ASCII_FOLDINGConverts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the "Basic Latin" Unicode block) into their ASCII equivalents, if such equivalents exist.static final LexicalNormalizerNameLexicalNormalizerName.ELISIONRemoves elisions.static final LexicalNormalizerNameLexicalNormalizerName.LOWERCASENormalizes token text to lowercase.static final LexicalNormalizerNameLexicalNormalizerName.STANDARDStandard normalizer, which consists of lowercase and asciifolding.static final LexicalNormalizerNameLexicalNormalizerName.UPPERCASENormalizes token text to uppercase.Methods in com.azure.search.documents.indexes.models that return LexicalNormalizerNameModifier and TypeMethodDescriptionstatic LexicalNormalizerNameLexicalNormalizerName.fromString(String name) Creates or finds a LexicalNormalizerName from its string representation.AnalyzeTextOptions.getNormalizerName()Get the normalizer 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 TypeMethodDescriptionAnalyzeTextOptions.setNormalizerName(LexicalNormalizerName normalizerName) Set the normalizer property: The name of the normalizer to use to normalize the given text.SearchField.setNormalizerName(LexicalNormalizerName normalizerName) Set the normalizerName property: The name of the normalizer to use for the field.