Uses of Class
com.azure.search.documents.indexes.models.CharFilter
Packages that use CharFilter
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of CharFilter in com.azure.search.documents.indexes.models
Subclasses of CharFilter in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal class
A character filter that applies mappings defined with the mappings option.final class
A character filter that replaces characters in the input string.Methods in com.azure.search.documents.indexes.models that return types with arguments of type CharFilterModifier and TypeMethodDescriptionSearchIndex.getCharFilters()
Get the charFilters property: The character filters for the index.Methods in com.azure.search.documents.indexes.models with parameters of type CharFilterModifier and TypeMethodDescriptionSearchIndex.setCharFilters
(CharFilter... charFilters) Set the charFilters property: The character filters for the index.Method parameters in com.azure.search.documents.indexes.models with type arguments of type CharFilterModifier and TypeMethodDescriptionSearchIndex.setCharFilters
(List<CharFilter> charFilters) Set the charFilters property: The character filters for the index.