| Package | Description |
|---|---|
| io.lettuce.core.search |
Support for the RediSearch features.
|
| Modifier and Type | Method and Description |
|---|---|
List<SpellCheckResult.Suggestion<V>> |
SpellCheckResult.MisspelledTerm.getSuggestions()
Get the list of spelling suggestions.
|
| Constructor and Description |
|---|
MisspelledTerm(V term,
List<SpellCheckResult.Suggestion<V>> suggestions)
Create a new misspelled term.
|
Copyright © 2025 lettuce.io. All rights reserved.