Package org.dspace.discovery
Class SolrServiceSpellIndexingPlugin
- java.lang.Object
-
- org.dspace.discovery.SolrServiceSpellIndexingPlugin
-
- All Implemented Interfaces:
SolrServiceIndexPlugin
public class SolrServiceSpellIndexingPlugin extends Object implements SolrServiceIndexPlugin
Created with IntelliJ IDEA. User: kevin Date: 03/10/13 Time: 15:06 To change this template use File | Settings | File Templates.
-
-
Field Summary
Fields Modifier and Type Field Description protected ItemServiceitemService
-
Constructor Summary
Constructors Constructor Description SolrServiceSpellIndexingPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadditionalIndex(Context context, IndexableObject indexableObject, org.apache.solr.common.SolrInputDocument document)
-
-
-
Field Detail
-
itemService
@Autowired(required=true) protected ItemService itemService
-
-
Method Detail
-
additionalIndex
public void additionalIndex(Context context, IndexableObject indexableObject, org.apache.solr.common.SolrInputDocument document)
- Specified by:
additionalIndexin interfaceSolrServiceIndexPlugin
-
-