Uses of Enum Class
io.goobi.viewer.model.maps.SolrSearchScope
Packages that use SolrSearchScope
Package
Description
Provides the core domain model for geo-maps in the Goobi viewer, including map
configurations, feature sets, markers, filters, and Solr-backed spatial data providers.
Contains data providers and generators for GeoJSON map features, retrieving spatial
data from Solr, metadata fields, record structures, and entity relationships.
-
Uses of SolrSearchScope in io.goobi.viewer.model.maps
Methods in io.goobi.viewer.model.maps that return SolrSearchScopeModifier and TypeMethodDescriptionSolrFeatureSet.getSearchScope()static SolrSearchScopeReturns the enum constant of this class with the specified name.static SolrSearchScope[]SolrSearchScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.goobi.viewer.model.maps with parameters of type SolrSearchScopeModifier and TypeMethodDescriptionvoidSolrFeatureSet.setSearchScope(SolrSearchScope searchScope) -
Uses of SolrSearchScope in io.goobi.viewer.model.maps.features
Methods in io.goobi.viewer.model.maps.features with parameters of type SolrSearchScopeModifier and TypeMethodDescriptionstatic IFeatureDataProviderAbstractFeatureDataProvider.getDataProvider(SolrSearchScope scope, List<String> requiredFields) FeatureGenerator.getFeatures(MetadataDocument document, SolrSearchScope searchScope)