public class SelectQueryUriFinder extends Object implements IndexingUriFinder, ContextModelsUser
| Constructor and Description |
|---|
SelectQueryUriFinder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPredicateRestriction(String predicateUri) |
void |
addQuery(String query) |
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 |
setLabel(String l) |
void |
startIndexing()
Indicates that a new collection of statements is about to be processed.
|
String |
toString() |
void |
validate() |
public void setContextModels(ContextModelAccess models)
setContextModels in interface ContextModelsUserpublic void setLabel(String l)
public void addQuery(String query)
public void addPredicateRestriction(String predicateUri)
public void validate()
public void startIndexing()
IndexingUriFinderstartIndexing in interface IndexingUriFinderpublic List<String> findAdditionalURIsToIndex(org.apache.jena.rdf.model.Statement stmt)
IndexingUriFinderfindAdditionalURIsToIndex in interface IndexingUriFinderpublic void endIndexing()
IndexingUriFinderendIndexing in interface IndexingUriFinderCopyright © 2022. All rights reserved.