Uses of Enum Class
io.goobi.viewer.model.maps.SolrSearchScope
Packages that use SolrSearchScope
-
Uses of SolrSearchScope in io.goobi.viewer.model.maps
Methods in io.goobi.viewer.model.maps that return SolrSearchScopeModifier and TypeMethodDescriptionSolrFeatureSet.getSearchScope()
static SolrSearchScope
Returns 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 TypeMethodDescriptionvoid
SolrFeatureSet.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 IFeatureDataProvider
AbstractFeatureDataProvider.getDataProvider
(SolrSearchScope scope, List<String> requiredFields) FeatureGenerator.getFeatures
(MetadataDocument document, SolrSearchScope searchScope)