Uses of Class
com.redis.lettucemod.search.TextField.PhoneticMatcher
-
Packages that use TextField.PhoneticMatcher Package Description com.redis.lettucemod.search -
-
Uses of TextField.PhoneticMatcher in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return TextField.PhoneticMatcher Modifier and Type Method Description static TextField.PhoneticMatcherTextField.PhoneticMatcher. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TextField.PhoneticMatcher[]TextField.PhoneticMatcher. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.redis.lettucemod.search that return types with arguments of type TextField.PhoneticMatcher Modifier and Type Method Description java.util.Optional<TextField.PhoneticMatcher>TextField. getMatcher()Methods in com.redis.lettucemod.search with parameters of type TextField.PhoneticMatcher Modifier and Type Method Description TextField.Builder<K>TextField.Builder. matcher(TextField.PhoneticMatcher matcher)voidTextField. setMatcher(TextField.PhoneticMatcher matcher)
-