| Package | Description |
|---|---|
| redis.clients.jedis.search |
| Modifier and Type | Method and Description |
|---|---|
static Document |
Document.load(String id,
double score,
byte[] payload,
List<byte[]> fields) |
static Document |
Document.load(String id,
double score,
byte[] payload,
List<byte[]> fields,
boolean decode) |
Document |
Document.set(String key,
Object value) |
Document |
Document.setScore(float score)
Set the document's score
|
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
SearchResult.getDocuments() |
Copyright © 2022. All rights reserved.