public interface IndexingUriFinder
| 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.
|
List<String> findAdditionalURIsToIndex(org.apache.jena.rdf.model.Statement stmt)
void startIndexing()
void endIndexing()
Copyright © 2021. All rights reserved.