Package edu.cornell.mannlib.vitro.webapp.searchindex.exclusions
-
Interface Summary Interface Description SearchIndexExcluder Interface for classes that check to see if an individual should be excluded from the search index.SearchIndexExcluderList An ordered list of SearxchIndexExcluder objects, in a handy package. -
Class Summary Class Description ExcludeBasedOnNamespace Skip individual if its URI is from any of the excludeNamespaces.ExcludeBasedOnType Exclude individual from search index if it is a member of any of the excluding types.ExcludeBasedOnTypeNamespace Exclude individuals based on the namespaces of their types.SearchIndexExcluderListBasic The basic implementation.SearchIndexExcluderListDeveloper An implementation that accumulates timing figures for each excluder and writes them to the log.SyncingExcludeBasedOnType This excludes based on types defined as EXCLUDE_CLASS in the configuration RDF model.