Package org.dspace.discovery
Class SolrServiceParentObjectIndexingPlugin
- java.lang.Object
-
- org.dspace.discovery.SolrServiceParentObjectIndexingPlugin
-
- All Implemented Interfaces:
SolrServiceIndexPlugin
public class SolrServiceParentObjectIndexingPlugin extends Object implements 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 Constructor Description SolrServiceParentObjectIndexingPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadditionalIndex(Context context, IndexableObject idxObj, org.apache.solr.common.SolrInputDocument document)
-
-
-
Method Detail
-
additionalIndex
public void additionalIndex(Context context, IndexableObject idxObj, org.apache.solr.common.SolrInputDocument document)
- Specified by:
additionalIndexin interfaceSolrServiceIndexPlugin
-
-