Uses of Interface
edu.cornell.mannlib.vitro.webapp.searchindex.indexing.IndexingUriFinder
-
Packages that use IndexingUriFinder Package Description edu.cornell.mannlib.vitro.webapp.searchindex.indexing -
-
Uses of IndexingUriFinder in edu.cornell.mannlib.vitro.webapp.searchindex.indexing
Classes in edu.cornell.mannlib.vitro.webapp.searchindex.indexing that implement IndexingUriFinder Modifier and Type Class Description classAdditionalURIsForClassGroupChangesIf a class changes classgroups, then all members of that class will have to be update in the search since the serach include the clasgroup membership of all individuals.classAdditionalURIsForDataPropertiesclassAdditionalURIsForObjectPropertiesFor a given statement, return the URIs that may need to be updated in the search index because of their object property relations to the resources in the statement.classAdditionalURIsForTypeStatementsAdds URIs to index for type statement changes on individuals.classSelectQueryUriFinderFind URIs based on one or more select queries.classURIsForClassGroupChangeif a class's classgroup changes, reindex all individuals in that class.Constructor parameters in edu.cornell.mannlib.vitro.webapp.searchindex.indexing with type arguments of type IndexingUriFinder Constructor Description IndexingUriFinderListBasic(Collection<? extends IndexingUriFinder> finders)IndexingUriFinderListDeveloper(Collection<? extends IndexingUriFinder> finders)
-