Uses of Class
com.azure.search.documents.indexes.models.CharFilter
Packages that use CharFilter
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of CharFilter in com.azure.search.documents.indexes.models
Subclasses of CharFilter in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classA character filter that applies mappings defined with the mappings option.final classA character filter that replaces characters in the input string.Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type CharFilterMethods in com.azure.search.documents.indexes.models that return CharFilterModifier and TypeMethodDescriptionstatic CharFilterCharFilter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CharFilter from the JsonReader.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.