Package org.dspace.discovery
Class SolrServiceIndexItemEditorsPlugin
- java.lang.Object
-
- org.dspace.discovery.SolrServiceIndexItemEditorsPlugin
-
- All Implemented Interfaces:
SolrServiceIndexPlugin
public class SolrServiceIndexItemEditorsPlugin extends Object implements SolrServiceIndexPlugin
Indexes policies that yield write access to items.- Author:
- Koen Pauwels at atmire.com
-
-
Field Summary
Fields Modifier and Type Field Description protected AuthorizeServiceauthorizeService
-
Constructor Summary
Constructors Constructor Description SolrServiceIndexItemEditorsPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadditionalIndex(Context context, IndexableObject idxObj, org.apache.solr.common.SolrInputDocument document)
-
-
-
Field Detail
-
authorizeService
@Autowired(required=true) protected AuthorizeService authorizeService
-
-
Method Detail
-
additionalIndex
public void additionalIndex(Context context, IndexableObject idxObj, org.apache.solr.common.SolrInputDocument document)
- Specified by:
additionalIndexin interfaceSolrServiceIndexPlugin
-
-