public class AdditionalURIsForTypeStatements extends Object implements IndexingUriFinder
| Constructor and Description |
|---|
AdditionalURIsForTypeStatements() |
| Modifier and Type | Method and Description |
|---|---|
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 |
startIndexing()
Indicates that a new collection of statements is about to be processed.
|
String |
toString() |
public 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 IndexingUriFinderCopyright © 2022. All rights reserved.