| Package | Description |
|---|---|
| io.redisearch | |
| io.redisearch.client |
| Modifier and Type | Method and Description |
|---|---|
Suggestion |
Suggestion.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Suggestion> |
Client.getSuggestion(String prefix,
SuggestionOptions suggestionOptions)
Request the Suggestions based on the prefix
|
| Modifier and Type | Method and Description |
|---|---|
Long |
Client.addSuggestion(Suggestion suggestion,
boolean increment)
Add a word to the suggestion index for redis plugin
|
| Modifier and Type | Method and Description |
|---|---|
List<Suggestion> |
Client.getSuggestion(String prefix,
SuggestionOptions suggestionOptions) |
| Modifier and Type | Method and Description |
|---|---|
Long |
Client.addSuggestion(Suggestion suggestion,
boolean increment) |
Copyright © 2019. All rights reserved.