| Package | Description |
|---|---|
| redis.clients.jedis.search |
This package contains the classes and interfaces related to RediSearch module.
|
| Modifier and Type | Method and Description |
|---|---|
static Document |
Document.load(java.lang.String id,
double score,
byte[] payload,
java.util.List<byte[]> fields) |
static Document |
Document.load(java.lang.String id,
double score,
java.util.List<byte[]> fields,
boolean decode) |
static Document |
Document.load(java.lang.String id,
double score,
java.util.List<byte[]> fields,
boolean decode,
java.util.Map<java.lang.String,java.lang.Boolean> isFieldDecode)
Parse document object from FT.SEARCH reply.
|
Document |
Document.set(java.lang.String key,
java.lang.Object value) |
Document |
Document.setScore(float score)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<Document> |
FtSearchIteration.convertBatchToData(SearchResult batch) |
java.util.List<Document> |
SearchResult.getDocuments() |
Copyright © 2025. All rights reserved.