Package org.dspace.discovery
Class SolrServiceGeospatialFilterPlugin
java.lang.Object
org.dspace.discovery.SolrServiceGeospatialFilterPlugin
- All Implemented Interfaces:
SolrServiceIndexPlugin
This plugin adds indicators to the solr document to determine if the item
has geospatial metadata
The facet is added to Discovery in the usual way (create a searchFilter bean
and add it to the expected place) just with an empty list of used metadata
fields because there are none.
- Author:
- Kim Shepherd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadditionalIndex(Context context, IndexableObject indexableObject, org.apache.solr.common.SolrInputDocument document)
-
Constructor Details
-
SolrServiceGeospatialFilterPlugin
public SolrServiceGeospatialFilterPlugin()
-
-
Method Details
-
additionalIndex
public void additionalIndex(Context context, IndexableObject indexableObject, org.apache.solr.common.SolrInputDocument document) - Specified by:
additionalIndexin interfaceSolrServiceIndexPlugin
-