Uses of Class
com.azure.search.documents.indexes.models.CustomNormalizer
Packages that use CustomNormalizer
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of CustomNormalizer in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return CustomNormalizerModifier and TypeMethodDescriptionCustomNormalizer.setCharFilters
(CharFilterName... charFilters) Set the charFilters property: A list of character filters used to prepare input text before it is processed.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
(TokenFilterName... tokenFilters) Set the tokenFilters property: A list of token filters used to filter out or modify the input token.CustomNormalizer.setTokenFilters
(List<TokenFilterName> tokenFilters) Set the tokenFilters property: A list of token filters used to filter out or modify the input token.