Package | Description |
---|---|
io.redisearch | |
io.redisearch.client |
Modifier and Type | Field and Description |
---|---|
List<Document> |
SearchResult.docs |
Modifier and Type | Method and Description |
---|---|
Document |
Client.getDocument(String docId) |
static Document |
Document.load(String id,
Double score,
byte[] payload,
List fields) |
Document |
Document.set(String key,
Object value) |
Document |
Document.setScore(float score)
Set the document's score
|
Modifier and Type | Method and Description |
---|---|
boolean |
Client.addDocument(Document doc,
AddOptions options) |
Modifier and Type | Method and Description |
---|---|
Document |
Client.getDocument(String docId)
Get a document from the index
|
Modifier and Type | Method and Description |
---|---|
boolean |
Client.addDocument(Document doc)
Add a document to the index
|
boolean |
Client.addDocument(Document doc,
AddOptions options)
Add a document to the index
|
boolean[] |
Client.addDocuments(AddOptions options,
Document... docs)
Add a batch of documents to the index
|
boolean[] |
Client.addDocuments(Document... docs)
|
Copyright © 2018. All rights reserved.