Uses of Class
com.azure.search.documents.indexes.models.ShingleTokenFilter
Packages that use ShingleTokenFilter
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of ShingleTokenFilter in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return ShingleTokenFilterModifier and TypeMethodDescriptionstatic ShingleTokenFilterShingleTokenFilter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ShingleTokenFilter from the JsonReader.ShingleTokenFilter.setFilterToken(String filterToken) Set the filterToken property: The string to insert for each position at which there is no token.ShingleTokenFilter.setMaxShingleSize(Integer maxShingleSize) Set the maxShingleSize property: The maximum shingle size.ShingleTokenFilter.setMinShingleSize(Integer minShingleSize) Set the minShingleSize property: The minimum shingle size.ShingleTokenFilter.setOutputUnigrams(Boolean outputUnigrams) Set the outputUnigrams property: A value indicating whether the output stream will contain the input tokens (unigrams) as well as shingles.ShingleTokenFilter.setOutputUnigramsIfNoShingles(Boolean outputUnigramsIfNoShingles) Set the outputUnigramsIfNoShingles property: A value indicating whether to output unigrams for those times when no shingles are available.ShingleTokenFilter.setTokenSeparator(String tokenSeparator) Set the tokenSeparator property: The string to use when joining adjacent tokens to form a shingle.