Uses of Class
com.azure.search.documents.indexes.models.CharFilterName
Packages that use CharFilterName
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of CharFilterName in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as CharFilterNameModifier and TypeFieldDescriptionstatic final CharFilterName
CharFilterName.HTML_STRIP
Static value html_strip for CharFilterName.Methods in com.azure.search.documents.indexes.models that return CharFilterNameModifier and TypeMethodDescriptionstatic CharFilterName
CharFilterName.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.CustomNormalizer.setCharFilters
(CharFilterName... charFilters) Set the charFilters property: A list of character filters used to prepare input text before it is processed.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.