public class AdditionalURIsForObjectProperties extends Object implements IndexingUriFinder, ContextModelsUser
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
protected static String |
prefixs |
protected String |
QUERY_FOR_RELATED |
protected RDFService |
rdfService |
| Constructor and Description |
|---|
AdditionalURIsForObjectProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
allIndividualsRelatedByObjectPropertyStmts(String uri) |
protected List<String> |
doDataPropertyStmt(org.apache.jena.rdf.model.Statement stmt) |
protected List<String> |
doObjectPropertyStmt(org.apache.jena.rdf.model.Statement stmt) |
void |
endIndexing()
Indicates that the collection of statements being processed is complete.
|
List<String> |
findAdditionalURIsToIndex(org.apache.jena.rdf.model.Statement stmt)
For the domain that is the responsibility of the given implementation,
calculate the URIs that need to be updated in the search index.
|
void |
setContextModels(ContextModelAccess models) |
void |
startIndexing()
Indicates that a new collection of statements is about to be processed.
|
String |
toString() |
protected static final org.apache.commons.logging.Log log
protected RDFService rdfService
protected static final String prefixs
protected final String QUERY_FOR_RELATED
public void setContextModels(ContextModelAccess models)
setContextModels in interface ContextModelsUserpublic List<String> findAdditionalURIsToIndex(org.apache.jena.rdf.model.Statement stmt)
IndexingUriFinderfindAdditionalURIsToIndex in interface IndexingUriFinderpublic void startIndexing()
IndexingUriFinderstartIndexing in interface IndexingUriFinderpublic void endIndexing()
IndexingUriFinderendIndexing in interface IndexingUriFinderprotected List<String> doObjectPropertyStmt(org.apache.jena.rdf.model.Statement stmt)
protected List<String> doDataPropertyStmt(org.apache.jena.rdf.model.Statement stmt)
protected List<String> allIndividualsRelatedByObjectPropertyStmts(String uri)
Copyright © 2021. All rights reserved.