| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
static TextFieldArgs.PhoneticMatcher |
TextFieldArgs.PhoneticMatcher.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextFieldArgs.PhoneticMatcher[] |
TextFieldArgs.PhoneticMatcher.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<TextFieldArgs.PhoneticMatcher> |
TextFieldArgs.getPhonetic()
Get the phonetic matcher.
|
| Modifier and Type | Method and Description |
|---|---|
TextFieldArgs.Builder<K> |
TextFieldArgs.Builder.phonetic(TextFieldArgs.PhoneticMatcher matcher)
Phonetic matching is a feature that allows you to search for similar-sounding words.
|
Copyright © 2025 lettuce.io. All rights reserved.