Uses of Class
com.azure.search.documents.indexes.models.CharFilterName
Packages that use CharFilterName
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of CharFilterName in com.azure.search.documents.indexes.models
Subclasses with type arguments of type CharFilterName in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classDefines the names of all character filters supported by the search engine.Fields in com.azure.search.documents.indexes.models declared as CharFilterNameModifier and TypeFieldDescriptionstatic final CharFilterNameCharFilterName.HTML_STRIPA character filter that attempts to strip out HTML constructs.Methods in com.azure.search.documents.indexes.models that return CharFilterNameModifier and TypeMethodDescriptionstatic CharFilterNameCharFilterName.fromString(String name) Creates or finds a CharFilterName from its string representation.Methods in com.azure.search.documents.indexes.models that return types with arguments of type CharFilterNameModifier and TypeMethodDescriptionAnalyzeTextOptions.getCharFilters()Get the charFilters property: An optional list of character filters to use when breaking the given text.CustomAnalyzer.getCharFilters()Get the charFilters property: A list of character filters used to prepare input text before it is processed by the tokenizer.CustomNormalizer.getCharFilters()Get the charFilters property: A list of character filters used to prepare input text before it is processed.static Collection<CharFilterName> CharFilterName.values()Gets known CharFilterName values.Methods in com.azure.search.documents.indexes.models with parameters of type CharFilterNameModifier and TypeMethodDescriptionAnalyzeTextOptions.setCharFilters(CharFilterName... charFilters) Set the charFilters property: An optional list of character filters to use when breaking the given text.CustomAnalyzer.setCharFilters(CharFilterName... charFilters) Set the charFilters property: A list of character filters used to prepare input text before it is processed by the tokenizer.Method parameters in com.azure.search.documents.indexes.models with type arguments of type CharFilterNameModifier and TypeMethodDescriptionCustomAnalyzer.setCharFilters(List<CharFilterName> charFilters) Set the charFilters property: A list of character filters used to prepare input text before it is processed by the tokenizer.CustomNormalizer.setCharFilters(List<CharFilterName> charFilters) Set the charFilters property: A list of character filters used to prepare input text before it is processed.