Uses of Class
com.azure.search.documents.indexes.models.TokenFilter
Packages that use TokenFilter
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of TokenFilter in com.azure.search.documents.indexes.models
Subclasses of TokenFilter in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classConverts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the "Basic Latin" Unicode block) into their ASCII equivalents, if such equivalents exist.final classForms bigrams of CJK terms that are generated from the standard tokenizer.final classConstruct bigrams for frequently occurring terms while indexing.final classDecomposes compound words found in many Germanic languages.final classGenerates n-grams of the given size(s) starting from the front or the back of an input token.final classRemoves elisions.final classA token filter that only keeps tokens with text contained in a specified list of words.final classMarks terms as keywords.final classRemoves words that are too long or too short.final classLimits the number of tokens while indexing.final classGenerates n-grams of the given size(s).final classUses Java regexes to emit multiple tokens - one for each capture group in one or more patterns.final classA character filter that replaces characters in the input string.final classCreate tokens for phonetic matches.final classCreates combinations of tokens as a single token.final classA filter that stems words using a Snowball-generated stemmer.final classProvides the ability to override other stemming filters with custom dictionary-based stemming.final classLanguage specific stemming filter.final classRemoves stop words from a token stream.final classMatches single or multi-word synonyms in a token stream.final classTruncates the terms to a specific length.final classFilters out tokens with same text as the previous token.final classSplits words into subwords and performs optional transformations on subword groups.Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type TokenFilterMethods in com.azure.search.documents.indexes.models that return TokenFilterModifier and TypeMethodDescriptionstatic TokenFilterTokenFilter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TokenFilter from the JsonReader.Methods in com.azure.search.documents.indexes.models that return types with arguments of type TokenFilterModifier and TypeMethodDescriptionSearchIndex.getTokenFilters()Get the tokenFilters property: The token filters for the index.Methods in com.azure.search.documents.indexes.models with parameters of type TokenFilterModifier and TypeMethodDescriptionSearchIndex.setTokenFilters(TokenFilter... tokenFilters) Set the tokenFilters property: The token filters for the index.Method parameters in com.azure.search.documents.indexes.models with type arguments of type TokenFilterModifier and TypeMethodDescriptionSearchIndex.setTokenFilters(List<TokenFilter> tokenFilters) Set the tokenFilters property: The token filters for the index.