Uses of Interface
edu.cornell.mannlib.vitro.webapp.searchindex.exclusions.SearchIndexExcluder
-
Packages that use SearchIndexExcluder Package Description edu.cornell.mannlib.vitro.webapp.searchindex.exclusions edu.cornell.mannlib.vitro.webapp.searchindex.tasks -
-
Uses of SearchIndexExcluder in edu.cornell.mannlib.vitro.webapp.searchindex.exclusions
Classes in edu.cornell.mannlib.vitro.webapp.searchindex.exclusions that implement SearchIndexExcluder Modifier and Type Class Description classExcludeBasedOnNamespaceSkip individual if its URI is from any of the excludeNamespaces.classExcludeBasedOnTypeExclude individual from search index if it is a member of any of the excluding types.classExcludeBasedOnTypeNamespaceExclude individuals based on the namespaces of their types.classSyncingExcludeBasedOnTypeThis excludes based on types defined as EXCLUDE_CLASS in the configuration RDF model.Constructor parameters in edu.cornell.mannlib.vitro.webapp.searchindex.exclusions with type arguments of type SearchIndexExcluder Constructor Description SearchIndexExcluderListBasic(Collection<? extends SearchIndexExcluder> excluders)SearchIndexExcluderListDeveloper(Collection<? extends SearchIndexExcluder> excluders) -
Uses of SearchIndexExcluder in edu.cornell.mannlib.vitro.webapp.searchindex.tasks
Classes in edu.cornell.mannlib.vitro.webapp.searchindex.tasks that implement SearchIndexExcluder Modifier and Type Class Description static classUpdateUrisTask.ExcludeIfNoVClassesThis will be first in the list of SearchIndexExcluders.
-