Uses of Enum
org.redisson.api.search.index.PhoneticMatcher
Packages that use PhoneticMatcher
-
Uses of PhoneticMatcher in org.redisson.api.search.index
Methods in org.redisson.api.search.index that return PhoneticMatcherModifier and TypeMethodDescriptionTextIndexParams.getMatcher()static PhoneticMatcherReturns the enum constant of this type with the specified name.static PhoneticMatcher[]PhoneticMatcher.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api.search.index with parameters of type PhoneticMatcherModifier and TypeMethodDescriptionTextIndex.phonetic(PhoneticMatcher matcher) Defines phonetic matcher algorithm and language used for search result matching.TextIndexParams.phonetic(PhoneticMatcher matcher)