Uses of Class
com.azure.search.documents.indexes.models.TokenFilterName
Packages that use TokenFilterName
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of TokenFilterName in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as TokenFilterNameModifier and TypeFieldDescriptionstatic final TokenFilterName
TokenFilterName.APOSTROPHE
Static value apostrophe for TokenFilterName.static final TokenFilterName
TokenFilterName.ARABIC_NORMALIZATION
Static value arabic_normalization for TokenFilterName.static final TokenFilterName
TokenFilterName.ASCII_FOLDING
Static value asciifolding for TokenFilterName.static final TokenFilterName
TokenFilterName.CJK_BIGRAM
Static value cjk_bigram for TokenFilterName.static final TokenFilterName
TokenFilterName.CJK_WIDTH
Static value cjk_width for TokenFilterName.static final TokenFilterName
TokenFilterName.CLASSIC
Static value classic for TokenFilterName.static final TokenFilterName
TokenFilterName.COMMON_GRAM
Static value common_grams for TokenFilterName.static final TokenFilterName
TokenFilterName.EDGE_NGRAM
Static value edgeNGram_v2 for TokenFilterName.static final TokenFilterName
TokenFilterName.ELISION
Static value elision for TokenFilterName.static final TokenFilterName
TokenFilterName.GERMAN_NORMALIZATION
Static value german_normalization for TokenFilterName.static final TokenFilterName
TokenFilterName.HINDI_NORMALIZATION
Static value hindi_normalization for TokenFilterName.static final TokenFilterName
TokenFilterName.INDIC_NORMALIZATION
Static value indic_normalization for TokenFilterName.static final TokenFilterName
TokenFilterName.KEYWORD_REPEAT
Static value keyword_repeat for TokenFilterName.static final TokenFilterName
TokenFilterName.KSTEM
Static value kstem for TokenFilterName.static final TokenFilterName
TokenFilterName.LENGTH
Static value length for TokenFilterName.static final TokenFilterName
TokenFilterName.LIMIT
Static value limit for TokenFilterName.static final TokenFilterName
TokenFilterName.LOWERCASE
Static value lowercase for TokenFilterName.static final TokenFilterName
TokenFilterName.NGRAM
Static value nGram_v2 for TokenFilterName.static final TokenFilterName
TokenFilterName.PERSIAN_NORMALIZATION
Static value persian_normalization for TokenFilterName.static final TokenFilterName
TokenFilterName.PHONETIC
Static value phonetic for TokenFilterName.static final TokenFilterName
TokenFilterName.PORTER_STEM
Static value porter_stem for TokenFilterName.static final TokenFilterName
TokenFilterName.REVERSE
Static value reverse for TokenFilterName.static final TokenFilterName
TokenFilterName.SCANDINAVIAN_FOLDING_NORMALIZATION
Static value scandinavian_folding for TokenFilterName.static final TokenFilterName
TokenFilterName.SCANDINAVIAN_NORMALIZATION
Static value scandinavian_normalization for TokenFilterName.static final TokenFilterName
TokenFilterName.SHINGLE
Static value shingle for TokenFilterName.static final TokenFilterName
TokenFilterName.SNOWBALL
Static value snowball for TokenFilterName.static final TokenFilterName
TokenFilterName.SORANI_NORMALIZATION
Static value sorani_normalization for TokenFilterName.static final TokenFilterName
TokenFilterName.STEMMER
Static value stemmer for TokenFilterName.static final TokenFilterName
TokenFilterName.STOPWORDS
Static value stopwords for TokenFilterName.static final TokenFilterName
TokenFilterName.TRIM
Static value trim for TokenFilterName.static final TokenFilterName
TokenFilterName.TRUNCATE
Static value truncate for TokenFilterName.static final TokenFilterName
TokenFilterName.UNIQUE
Static value unique for TokenFilterName.static final TokenFilterName
TokenFilterName.UPPERCASE
Static value uppercase for TokenFilterName.static final TokenFilterName
TokenFilterName.WORD_DELIMITER
Static value word_delimiter for TokenFilterName.Methods in com.azure.search.documents.indexes.models that return TokenFilterNameModifier and TypeMethodDescriptionstatic TokenFilterName
TokenFilterName.fromString
(String name) Creates or finds a TokenFilterName from its string representation.Methods in com.azure.search.documents.indexes.models that return types with arguments of type TokenFilterNameModifier and TypeMethodDescriptionAnalyzeTextOptions.getTokenFilters()
Get the tokenFilters property: An optional list of token filters to use when breaking the given text.CustomAnalyzer.getTokenFilters()
Get the tokenFilters property: A list of token filters used to filter out or modify the tokens generated by a tokenizer.CustomNormalizer.getTokenFilters()
Get the tokenFilters property: A list of token filters used to filter out or modify the input token.static Collection<TokenFilterName>
TokenFilterName.values()
Gets known TokenFilterName values.Methods in com.azure.search.documents.indexes.models with parameters of type TokenFilterNameModifier and TypeMethodDescriptionAnalyzeTextOptions.setTokenFilters
(TokenFilterName... tokenFilters) Set the tokenFilters property: An optional list of token filters to use when breaking the given text.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.CustomNormalizer.setTokenFilters
(TokenFilterName... tokenFilters) Set the tokenFilters property: A list of token filters used to filter out or modify the input token.Method parameters in com.azure.search.documents.indexes.models with type arguments of type TokenFilterNameModifier and TypeMethodDescriptionCustomAnalyzer.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.CustomNormalizer.setTokenFilters
(List<TokenFilterName> tokenFilters) Set the tokenFilters property: A list of token filters used to filter out or modify the input token.