Uses of Interface
org.dspace.discovery.SolrServiceIndexPlugin
-
Packages that use SolrServiceIndexPlugin Package Description org.dspace.discovery org.dspace.discovery.indexobject -
-
Uses of SolrServiceIndexPlugin in org.dspace.discovery
Classes in org.dspace.discovery that implement SolrServiceIndexPlugin Modifier and Type Class Description classSolrServiceContentInOriginalBundleFilterPluginThis plugin adds three fields to the solr index to make a facet with/without content in the ORIGINAL Bundle possible (like full text, images...).classSolrServiceFileInfoPluginAdds filenames and file descriptions of all files in the ORIGINAL bundle to the Solr search index.classSolrServiceIndexOutputPluginExample class that prints out the handle of the DSpace Object currently being indexedclassSolrServiceMetadataBrowseIndexingPluginA Solr Indexing plugin for the "metadata" browse index type.classSolrServiceResourceRestrictionPluginRestriction plugin that ensures that indexes all the resource policies.classSolrServiceSpellIndexingPluginCreated with IntelliJ IDEA. -
Uses of SolrServiceIndexPlugin in org.dspace.discovery.indexobject
Fields in org.dspace.discovery.indexobject with type parameters of type SolrServiceIndexPlugin Modifier and Type Field Description protected List<SolrServiceIndexPlugin>IndexFactoryImpl. solrServiceIndexPlugins
-