Package | Description |
---|---|
org.openrdf.sail.lucene | |
org.openrdf.sail.lucene3 |
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 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) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneDocument |
Modifier and Type | Method and Description |
---|---|
protected SearchDocument |
LuceneIndex.copyDocument(SearchDocument doc) |
SearchDocument |
LuceneDocumentResult.getDocument() |
protected SearchDocument |
LuceneIndex.getDocument(String id) |
protected SearchDocument |
LuceneIndex.newDocument(String id,
String resourceId,
String context) |
Modifier and Type | Method and Description |
---|---|
protected Iterable<? extends SearchDocument> |
LuceneIndex.getDocuments(String resourceId) |
Modifier and Type | Method and Description |
---|---|
protected void |
LuceneIndex.addDocument(SearchDocument doc) |
protected SearchDocument |
LuceneIndex.copyDocument(SearchDocument doc) |
protected void |
LuceneIndex.deleteDocument(SearchDocument doc) |
protected void |
LuceneIndex.updateDocument(SearchDocument doc) |
Copyright © 2001–2015 Aduna. All rights reserved.