Package org.dspace.discovery
Class SolrServiceIndexComparisonPlugin
java.lang.Object
org.dspace.discovery.SolrServiceIndexComparisonPlugin
- All Implemented Interfaces:
SolrServiceIndexPlugin
Indexes special normalised values used for comparing items, to be used in e.g. basic duplicate detection
- Author:
- Kim Shepherd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadditionalIndex(Context context, IndexableObject idxObj, org.apache.solr.common.SolrInputDocument document) Index the normalised name of the item to a solr field
-
Constructor Details
-
SolrServiceIndexComparisonPlugin
public SolrServiceIndexComparisonPlugin()
-
-
Method Details
-
additionalIndex
public void additionalIndex(Context context, IndexableObject idxObj, org.apache.solr.common.SolrInputDocument document) Index the normalised name of the item to a solr field- Specified by:
additionalIndexin interfaceSolrServiceIndexPlugin- Parameters:
context- DSpace contextidxObj- the indexable itemdocument- the Solr document
-