Uses of Interface
edu.cornell.mannlib.vitro.webapp.searchindex.indexing.IndexingUriFinderList
-
-
Uses of IndexingUriFinderList in edu.cornell.mannlib.vitro.webapp.searchindex
Methods in edu.cornell.mannlib.vitro.webapp.searchindex that return IndexingUriFinderList Modifier and Type Method Description IndexingUriFinderListSearchIndexerImpl.IndexerConfig. uriFinderList() -
Uses of IndexingUriFinderList in edu.cornell.mannlib.vitro.webapp.searchindex.indexing
Classes in edu.cornell.mannlib.vitro.webapp.searchindex.indexing that implement IndexingUriFinderList Modifier and Type Class Description classIndexingUriFinderListBasicThe basic implementation.classIndexingUriFinderListDeveloperAn implementation that accumulates timing figures for each finder and writes them to the log. -
Uses of IndexingUriFinderList in edu.cornell.mannlib.vitro.webapp.searchindex.tasks
Constructors in edu.cornell.mannlib.vitro.webapp.searchindex.tasks with parameters of type IndexingUriFinderList Constructor Description FindUrisForStatementWorkUnit(org.apache.jena.rdf.model.Statement stmt, IndexingUriFinderList finders)
-