Uses of Enum
org.redisson.api.search.index.PhoneticMatcher
-
Uses of PhoneticMatcher in org.redisson.api.search.index
Modifier and TypeMethodDescriptionTextIndexParams.getMatcher()
static PhoneticMatcher
Returns 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.Modifier and TypeMethodDescriptionTextIndex.phonetic
(PhoneticMatcher matcher) Defines phonetic matcher algorithm and language used for search result matching.TextIndexParams.phonetic
(PhoneticMatcher matcher)