Uses of Interface
org.eclipse.rdf4j.sail.lucene.SearchDocument
Packages that use SearchDocument
Package
Description
ElasticSearch index for the
LuceneSail.A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of SearchDocument in org.eclipse.rdf4j.sail.elasticsearch
Classes in org.eclipse.rdf4j.sail.elasticsearch that implement SearchDocumentMethods in org.eclipse.rdf4j.sail.elasticsearch that return SearchDocumentModifier and TypeMethodDescriptionprotected SearchDocumentElasticsearchIndex.copyDocument(SearchDocument doc) ElasticsearchDocumentResult.getDocument()protected SearchDocumentElasticsearchIndex.getDocument(String id) Returns a Document representing the specified document ID (combination of resource and context), or null when no such Document exists yet.ElasticsearchIndex.getDocument(Resource subject, Resource context) Returns a Document representing the specified Resource and Context combination, or null when no such Document exists yet.protected SearchDocumentElasticsearchIndex.newDocument(String id, String resourceId, String context) Methods in org.eclipse.rdf4j.sail.elasticsearch that return types with arguments of type SearchDocumentModifier and TypeMethodDescriptionprotected Iterable<? extends SearchDocument> ElasticsearchIndex.getDocuments(String resourceId) Iterable<? extends SearchDocument> ElasticsearchIndex.getDocuments(Resource subject) Returns a list of Documents representing the specified Resource (empty when no such Document exists yet).Each document represent a set of statements with the specified Resource as a subject, which are stored in a specific contextMethods in org.eclipse.rdf4j.sail.elasticsearch with parameters of type SearchDocumentModifier and TypeMethodDescriptionvoidElasticsearchBulkUpdater.add(SearchDocument doc) protected voidElasticsearchIndex.addDocument(SearchDocument doc) protected SearchDocumentElasticsearchIndex.copyDocument(SearchDocument doc) voidElasticsearchBulkUpdater.delete(SearchDocument doc) protected voidElasticsearchIndex.deleteDocument(SearchDocument doc) voidElasticsearchBulkUpdater.update(SearchDocument doc) protected voidElasticsearchIndex.updateDocument(SearchDocument doc) -
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) -
Uses of SearchDocument in org.eclipse.rdf4j.sail.lucene.impl
Classes in org.eclipse.rdf4j.sail.lucene.impl that implement SearchDocumentMethods in org.eclipse.rdf4j.sail.lucene.impl that return SearchDocumentModifier and TypeMethodDescriptionprotected SearchDocumentLuceneIndex.copyDocument(SearchDocument doc) LuceneDocumentResult.getDocument()protected SearchDocumentLuceneIndex.getDocument(String id) protected SearchDocumentLuceneIndex.newDocument(String id, String resourceId, String context) Methods in org.eclipse.rdf4j.sail.lucene.impl that return types with arguments of type SearchDocumentModifier and TypeMethodDescriptionprotected Iterable<? extends SearchDocument> LuceneIndex.getDocuments(String resourceId) Methods in org.eclipse.rdf4j.sail.lucene.impl with parameters of type SearchDocumentModifier and TypeMethodDescriptionprotected voidLuceneIndex.addDocument(SearchDocument doc) protected SearchDocumentLuceneIndex.copyDocument(SearchDocument doc) protected voidLuceneIndex.deleteDocument(SearchDocument doc) protected voidLuceneIndex.updateDocument(SearchDocument doc) -
Uses of SearchDocument in org.eclipse.rdf4j.sail.solr
Classes in org.eclipse.rdf4j.sail.solr that implement SearchDocumentModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 5.3.0.Methods in org.eclipse.rdf4j.sail.solr that return SearchDocumentModifier and TypeMethodDescriptionprotected SearchDocumentSolrIndex.copyDocument(SearchDocument doc) Deprecated, for removal: This API element is subject to removal in a future version.SolrDocumentResult.getDocument()Deprecated, for removal: This API element is subject to removal in a future version.protected SearchDocumentSolrIndex.getDocument(String id) Deprecated, for removal: This API element is subject to removal in a future version.Returns a Document representing the specified document ID (combination of resource and context), or null when no such Document exists yet.SolrIndex.getDocument(Resource subject, Resource context) Deprecated, for removal: This API element is subject to removal in a future version.Returns a Document representing the specified Resource and Context combination, or null when no such Document exists yet.protected SearchDocumentSolrIndex.newDocument(String id, String resourceId, String context) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.sail.solr that return types with arguments of type SearchDocumentModifier and TypeMethodDescriptionprotected Iterable<? extends SearchDocument> SolrIndex.getDocuments(String resourceId) Deprecated, for removal: This API element is subject to removal in a future version.Iterable<? extends SearchDocument> SolrIndex.getDocuments(Resource subject) Deprecated, for removal: This API element is subject to removal in a future version.Returns a list of Documents representing the specified Resource (empty when no such Document exists yet).Each document represent a set of statements with the specified Resource as a subject, which are stored in a specific contextMethods in org.eclipse.rdf4j.sail.solr with parameters of type SearchDocumentModifier and TypeMethodDescriptionvoidSolrBulkUpdater.add(SearchDocument doc) Deprecated, for removal: This API element is subject to removal in a future version.protected voidSolrIndex.addDocument(SearchDocument doc) Deprecated, for removal: This API element is subject to removal in a future version.protected SearchDocumentSolrIndex.copyDocument(SearchDocument doc) Deprecated, for removal: This API element is subject to removal in a future version.voidSolrBulkUpdater.delete(SearchDocument doc) Deprecated, for removal: This API element is subject to removal in a future version.protected voidSolrIndex.deleteDocument(SearchDocument doc) Deprecated, for removal: This API element is subject to removal in a future version.voidSolrBulkUpdater.update(SearchDocument doc) Deprecated, for removal: This API element is subject to removal in a future version.protected voidSolrIndex.updateDocument(SearchDocument doc) Deprecated, for removal: This API element is subject to removal in a future version.