Uses of Class
com.azure.search.documents.indexes.models.DictionaryDecompounderTokenFilter
Packages that use DictionaryDecompounderTokenFilter
Package
Description
Package containing classes 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.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 onlyLongestMatch property: A value indicating whether to add only the longest matching subword to the output.