Class SolrServiceFileInfoPlugin

java.lang.Object
org.dspace.discovery.SolrServiceFileInfoPlugin
All Implemented Interfaces:
SolrServiceIndexPlugin

public class SolrServiceFileInfoPlugin extends Object implements SolrServiceIndexPlugin

Adds filenames and file descriptions of all files in the ORIGINAL bundle to the Solr search index.

To activate the plugin, add the following line to discovery.xml

 <bean id="solrServiceFileInfoPlugin" class="org.dspace.discovery.SolrServiceFileInfoPlugin"/>
 

After activating the plugin, rebuild the discovery index by executing:

 [dspace]/bin/dspace index-discovery -b
 
Author:
Martin Walk
  • Constructor Details

    • SolrServiceFileInfoPlugin

      public SolrServiceFileInfoPlugin()
  • Method Details