Uses of Interface
org.eclipse.rdf4j.sail.lucene.SearchDocument
Packages that use SearchDocument
Package
Description
A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of SearchDocument in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that return SearchDocumentModifier and TypeMethodDescriptionprotected abstract SearchDocumentAbstractSearchIndex.copyDocument(SearchDocument doc) protected abstract SearchDocumentAbstractSearchIndex.getDocument(String id) DocumentResult.getDocument()Returns null if the document no longer exists.protected abstract SearchDocumentAbstractSearchIndex.newDocument(String id, String resourceId, String context) Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type SearchDocumentModifier and TypeMethodDescriptionprotected abstract Iterable<? extends SearchDocument> AbstractSearchIndex.getDocuments(String resourceId) Methods in org.eclipse.rdf4j.sail.lucene with parameters of type SearchDocumentModifier and TypeMethodDescriptionvoidBulkUpdater.add(SearchDocument doc) voidSimpleBulkUpdater.add(SearchDocument doc) protected abstract voidAbstractSearchIndex.addDocument(SearchDocument doc) protected abstract SearchDocumentAbstractSearchIndex.copyDocument(SearchDocument doc) voidBulkUpdater.delete(SearchDocument doc) voidSimpleBulkUpdater.delete(SearchDocument doc) protected abstract voidAbstractSearchIndex.deleteDocument(SearchDocument doc) protected ResourceAbstractSearchIndex.getResource(SearchDocument document) Returns the Resource corresponding with the specified Document.voidBulkUpdater.update(SearchDocument doc) voidSimpleBulkUpdater.update(SearchDocument doc) protected abstract voidAbstractSearchIndex.updateDocument(SearchDocument doc)