Uses of Class
com.azure.search.documents.indexes.models.CustomNormalizer
Packages that use CustomNormalizer
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of CustomNormalizer in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return CustomNormalizerModifier and TypeMethodDescriptionstatic CustomNormalizerCustomNormalizer.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomNormalizer from the JsonReader.CustomNormalizer.setCharFilters(List<CharFilterName> charFilters) Set the charFilters property: A list of character filters used to prepare input text before it is processed.CustomNormalizer.setTokenFilters(List<TokenFilterName> tokenFilters) Set the tokenFilters property: A list of token filters used to filter out or modify the input token.