Package org.dspace.discovery
Class SolrServiceParentObjectIndexingPlugin
java.lang.Object
org.dspace.discovery.SolrServiceParentObjectIndexingPlugin
- All Implemented Interfaces:
SolrServiceIndexPlugin
Indexes the UUID of the parent object for any Community, Collection and Item
- Author:
- Mykhaylo Boychuk (mykhaylo.boychuk at 4science.it)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadditionalIndex(Context context, IndexableObject idxObj, org.apache.solr.common.SolrInputDocument document)
-
Constructor Details
-
SolrServiceParentObjectIndexingPlugin
public SolrServiceParentObjectIndexingPlugin()
-
-
Method Details
-
additionalIndex
public void additionalIndex(Context context, IndexableObject idxObj, org.apache.solr.common.SolrInputDocument document) - Specified by:
additionalIndexin interfaceSolrServiceIndexPlugin
-