Package org.dspace.discovery
Interface SolrServiceIndexPlugin
-
- All Known Implementing Classes:
SolrServiceContentInOriginalBundleFilterPlugin,SolrServiceFileInfoPlugin,SolrServiceIndexCollectionSubmittersPlugin,SolrServiceIndexOutputPlugin,SolrServiceMetadataBrowseIndexingPlugin,SolrServiceParentObjectIndexingPlugin,SolrServiceResourceRestrictionPlugin,SolrServiceSpellIndexingPlugin
public interface SolrServiceIndexPluginIndexing plugin used when indexing the communities/collections/items into DSpace- Author:
- Kevin Van de Velde (kevin at atmire dot com), Mark Diggory (markd at atmire dot com), Ben Bosman (ben at atmire dot com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadditionalIndex(Context context, IndexableObject dso, org.apache.solr.common.SolrInputDocument document)
-
-
-
Method Detail
-
additionalIndex
void additionalIndex(Context context, IndexableObject dso, org.apache.solr.common.SolrInputDocument document)
-
-