public class IndexingUriFinderListBasic extends Object implements IndexingUriFinderList
| Constructor and Description |
|---|
IndexingUriFinderListBasic(Collection<? extends IndexingUriFinder> finders) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
findAdditionalUris(org.apache.jena.rdf.model.Statement stmt)
Exercise the list of finders, and return a set of the URIs that they
found for this statement.
|
void |
startIndexing()
Do any required setup on the individual finders.
|
void |
stopIndexing()
Do any required teardown on the individual finders.
|
public IndexingUriFinderListBasic(Collection<? extends IndexingUriFinder> finders)
public void startIndexing()
IndexingUriFinderListstartIndexing in interface IndexingUriFinderListpublic void stopIndexing()
IndexingUriFinderListstopIndexing in interface IndexingUriFinderListpublic Set<String> findAdditionalUris(org.apache.jena.rdf.model.Statement stmt)
IndexingUriFinderListfindAdditionalUris in interface IndexingUriFinderListCopyright © 2022. All rights reserved.