| Package | Description |
|---|---|
| org.dspace.discovery | |
| org.dspace.discovery.configuration |
| Modifier and Type | Method and Description |
|---|---|
static DiscoveryConfiguration |
SearchUtils.getDiscoveryConfiguration() |
static DiscoveryConfiguration |
SearchUtils.getDiscoveryConfiguration(DSpaceObject dso) |
static DiscoveryConfiguration |
SearchUtils.getDiscoveryConfiguration(String prefix,
DSpaceObject dso)
Return the discovery configuration to use in a specific scope for the king of search identified by the prefix.
|
static DiscoveryConfiguration |
SearchUtils.getDiscoveryConfigurationByName(String configurationName)
Return the discovery configuration identified by the specified name
|
| Modifier and Type | Method and Description |
|---|---|
static List<DiscoveryConfiguration> |
SearchUtils.getAllDiscoveryConfigurations(Item item)
Method that retrieves a list of all the configuration objects from the given item
A configuration object can be returned for each parent community/collection
|
static List<DiscoveryConfiguration> |
SearchUtils.getAllDiscoveryConfigurations(WorkflowItem witem)
Return all the discovery configuration applicable to the provided workflow item
|
static List<DiscoveryConfiguration> |
SearchUtils.getAllDiscoveryConfigurations(WorkspaceItem witem)
Return all the discovery configuration applicable to the provided workspace item
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SolrServiceImpl.addDiscoveryFields(org.apache.solr.common.SolrInputDocument doc,
Context context,
Item item,
List<DiscoveryConfiguration> discoveryConfigurations) |
| Modifier and Type | Method and Description |
|---|---|
DiscoveryConfiguration |
DiscoveryConfigurationService.getDiscoveryConfiguration(IndexableObject dso) |
DiscoveryConfiguration |
DiscoveryConfigurationService.getDiscoveryConfiguration(String name) |
DiscoveryConfiguration |
DiscoveryConfigurationService.getDiscoveryConfigurationByNameOrDso(String configurationName,
IndexableObject dso) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DiscoveryConfiguration> |
DiscoveryConfigurationService.getMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryConfigurationService.setMap(Map<String,DiscoveryConfiguration> map) |
Copyright © 2019 DuraSpace. All rights reserved.