Uses of Class
com.azure.search.documents.indexes.models.CustomAnalyzer
Packages that use CustomAnalyzer
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of CustomAnalyzer in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return CustomAnalyzerModifier and TypeMethodDescriptionstatic CustomAnalyzerCustomAnalyzer.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomAnalyzer from the JsonReader.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.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.