Package org.dspace.discovery
Class SolrServiceIndexCollectionSubmittersPlugin
java.lang.Object
org.dspace.discovery.SolrServiceIndexCollectionSubmittersPlugin
- All Implemented Interfaces:
SolrServiceIndexPlugin
public class SolrServiceIndexCollectionSubmittersPlugin
extends Object
implements SolrServiceIndexPlugin
The purpose of this plugin is to index all ADD type resource policies related to collections.
- Author:
- Mykhaylo Boychuk (at 4science.it)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadditionalIndex(Context context, IndexableObject idxObj, org.apache.solr.common.SolrInputDocument document)
-
Field Details
-
authorizeService
-
-
Constructor Details
-
SolrServiceIndexCollectionSubmittersPlugin
public SolrServiceIndexCollectionSubmittersPlugin()
-
-
Method Details
-
additionalIndex
public void additionalIndex(Context context, IndexableObject idxObj, org.apache.solr.common.SolrInputDocument document) - Specified by:
additionalIndexin interfaceSolrServiceIndexPlugin
-