| Package | Description |
|---|---|
| io.lettuce.core.search |
Support for the RediSearch features.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchReply.SearchResult<K,V>> |
SearchReply.getResults()
Gets the list of search result documents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchReply.addResult(SearchReply.SearchResult<K,V> result)
Adds a search result document to the results list.
|
Copyright © 2025 lettuce.io. All rights reserved.