Uses of Interface
org.dspace.discovery.SolrServiceIndexPlugin
Packages that use SolrServiceIndexPlugin
-
Uses of SolrServiceIndexPlugin in org.dspace.discovery
Classes in org.dspace.discovery that implement SolrServiceIndexPluginModifier and TypeClassDescriptionclassThis plugin adds three fields to the solr index to make a facet with/without content in the ORIGINAL Bundle possible (like full text, images...).classAdds filenames and file descriptions of all files in the ORIGINAL bundle to the Solr search index.classThis plugin adds indicators to the solr document to determine if the item has geospatial metadata The facet is added to Discovery in the usual way (create a searchFilter bean and add it to the expected place) just with an empty list of used metadata fields because there are none.classThis plugin enables the indexing of access status for the item as a filter and keywordclassThe purpose of this plugin is to index all ADD type resource policies related to collections.classIndexes special normalised values used for comparing items, to be used in e.g. basic duplicate detectionclassIndexes policies that yield write access to items.classExample class that prints out the handle of the DSpace Object currently being indexedclassA Solr Indexing plugin for the "metadata" browse index type.classIndexes the UUID of the parent object for any Community, Collection and ItemclassRestriction plugin that ensures that indexes all the resource policies.classCreated with IntelliJ IDEA.classA Solr Indexing plugin responsible adding a `supervised` field. -
Uses of SolrServiceIndexPlugin in org.dspace.discovery.indexobject
Fields in org.dspace.discovery.indexobject with type parameters of type SolrServiceIndexPluginModifier and TypeFieldDescriptionprotected List<SolrServiceIndexPlugin>IndexFactoryImpl.solrServiceIndexPlugins