Uses of Class
com.azure.search.documents.indexes.models.DictionaryDecompounderTokenFilter
Packages that use DictionaryDecompounderTokenFilter
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of DictionaryDecompounderTokenFilter in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return DictionaryDecompounderTokenFilterModifier and TypeMethodDescriptionDictionaryDecompounderTokenFilter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DictionaryDecompounderTokenFilter from the JsonReader.DictionaryDecompounderTokenFilter.setMaxSubwordSize(Integer maxSubwordSize) Set the maxSubwordSize property: The maximum subword size.DictionaryDecompounderTokenFilter.setMinSubwordSize(Integer minSubwordSize) Set the minSubwordSize property: The minimum subword size.DictionaryDecompounderTokenFilter.setMinWordSize(Integer minWordSize) Set the minWordSize property: The minimum word size.DictionaryDecompounderTokenFilter.setOnlyLongestMatched(Boolean onlyLongestMatched) Set the onlyLongestMatched property: A value indicating whether to add only the longest matching subword to the output.