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 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)