Uses of Class
com.azure.search.documents.indexes.models.LexicalNormalizer
Packages that use LexicalNormalizer
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of LexicalNormalizer in com.azure.search.documents.indexes.models
Subclasses of LexicalNormalizer in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classAllows you to configure normalization for filterable, sortable, and facetable fields, which by default operate with strict matching.Methods in com.azure.search.documents.indexes.models that return LexicalNormalizerModifier and TypeMethodDescriptionstatic LexicalNormalizerLexicalNormalizer.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LexicalNormalizer from the JsonReader.Methods in com.azure.search.documents.indexes.models that return types with arguments of type LexicalNormalizerModifier and TypeMethodDescriptionSearchIndex.getNormalizers()Get the normalizers property: The normalizers for the index.Method parameters in com.azure.search.documents.indexes.models with type arguments of type LexicalNormalizerModifier and TypeMethodDescriptionSearchIndex.setNormalizers(List<LexicalNormalizer> normalizers) Set the normalizers property: The normalizers for the index.