Package org.dspace.discovery
Class SolrServiceIndexOutputPlugin
- java.lang.Object
-
- org.dspace.discovery.SolrServiceIndexOutputPlugin
-
- All Implemented Interfaces:
SolrServiceIndexPlugin
public class SolrServiceIndexOutputPlugin extends Object implements SolrServiceIndexPlugin
Example class that prints out the handle of the DSpace Object currently being indexed- Author:
- Kevin Van de Velde (kevin at atmire dot com)
-
-
Constructor Summary
Constructors Constructor Description SolrServiceIndexOutputPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadditionalIndex(Context context, IndexableObject dso, org.apache.solr.common.SolrInputDocument document)
-
-
-
Method Detail
-
additionalIndex
public void additionalIndex(Context context, IndexableObject dso, org.apache.solr.common.SolrInputDocument document)
- Specified by:
additionalIndexin interfaceSolrServiceIndexPlugin
-
-