Package io.goobi.viewer.model.maps
Class GlobalFeatureDataProvider
java.lang.Object
io.goobi.viewer.model.maps.GlobalFeatureDataProvider
- All Implemented Interfaces:
IFeatureDataProvider
-
Field Summary
Fields inherited from interface io.goobi.viewer.model.maps.features.IFeatureDataProvider
REQUIRED_FIELDS -
Constructor Summary
ConstructorsConstructorDescriptionGlobalFeatureDataProvider(SolrSearchIndex searchIndex, List<String> requiredFields) -
Method Summary
Modifier and TypeMethodDescriptiongetResults(String query, List<String> facetFilterQueries, int maxResults) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.goobi.viewer.model.maps.features.IFeatureDataProvider
getResults
-
Constructor Details
-
GlobalFeatureDataProvider
-
-
Method Details
-
getResults
public List<MetadataDocument> getResults(String query, List<String> facetFilterQueries, int maxResults) throws PresentationException, IndexUnreachableException - Specified by:
getResultsin interfaceIFeatureDataProvider- Throws:
PresentationExceptionIndexUnreachableException
-