| Package | Description |
|---|---|
| org.eclipse.rdf4j.sail.lucene |
| Modifier and Type | Method and Description |
|---|---|
protected abstract SearchDocument |
AbstractSearchIndex.copyDocument(SearchDocument doc) |
SearchDocument |
DocumentResult.getDocument()
Returns null if the document no longer exists.
|
protected abstract SearchDocument |
AbstractSearchIndex.getDocument(String id) |
protected abstract SearchDocument |
AbstractSearchIndex.newDocument(String id,
String resourceId,
String context) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Iterable<? extends SearchDocument> |
AbstractSearchIndex.getDocuments(String resourceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkUpdater.add(SearchDocument doc) |
void |
SimpleBulkUpdater.add(SearchDocument doc) |
protected abstract void |
AbstractSearchIndex.addDocument(SearchDocument doc) |
protected abstract SearchDocument |
AbstractSearchIndex.copyDocument(SearchDocument doc) |
void |
BulkUpdater.delete(SearchDocument doc) |
void |
SimpleBulkUpdater.delete(SearchDocument doc) |
protected abstract void |
AbstractSearchIndex.deleteDocument(SearchDocument doc) |
protected org.eclipse.rdf4j.model.Resource |
AbstractSearchIndex.getResource(SearchDocument document)
Returns the Resource corresponding with the specified Document.
|
void |
BulkUpdater.update(SearchDocument doc) |
void |
SimpleBulkUpdater.update(SearchDocument doc) |
protected abstract void |
AbstractSearchIndex.updateDocument(SearchDocument doc) |
Copyright © 2015-2016 Eclipse Foundation. All Rights Reserved.