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