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
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.SearchField.getNormalizer()Get the normalizer 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.setNormalizer(LexicalNormalizerName normalizer) Set the normalizer property: The name of the normalizer to use for the field.