Uses of Class
org.dspace.discovery.configuration.DiscoveryConfiguration
-
Packages that use DiscoveryConfiguration Package Description org.dspace.discovery org.dspace.discovery.configuration org.dspace.discovery.indexobject org.dspace.discovery.indexobject.factory -
-
Uses of DiscoveryConfiguration in org.dspace.discovery
Methods in org.dspace.discovery that return DiscoveryConfiguration Modifier and Type Method Description static DiscoveryConfigurationSearchUtils. getDiscoveryConfiguration()static DiscoveryConfigurationSearchUtils. 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 DiscoveryConfigurationSearchUtils. getDiscoveryConfiguration(DSpaceObject dso)static DiscoveryConfigurationSearchUtils. getDiscoveryConfigurationByName(String configurationName)Return the discovery configuration identified by the specified nameMethods in org.dspace.discovery that return types with arguments of type DiscoveryConfiguration Modifier and Type Method 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/collectionstatic List<DiscoveryConfiguration>SearchUtils. getAllDiscoveryConfigurations(WorkspaceItem witem)Return all the discovery configuration applicable to the provided workspace itemstatic List<DiscoveryConfiguration>SearchUtils. getAllDiscoveryConfigurations(WorkflowItem witem)Return all the discovery configuration applicable to the provided workflow itemMethods in org.dspace.discovery with parameters of type DiscoveryConfiguration Modifier and Type Method Description DiscoverFilterQuerySearchService. toFilterQuery(Context context, String field, String operator, String value, DiscoveryConfiguration config)Transforms the given string field and value into a filter queryDiscoverFilterQuerySolrServiceImpl. toFilterQuery(Context context, String field, String operator, String value, DiscoveryConfiguration config) -
Uses of DiscoveryConfiguration in org.dspace.discovery.configuration
Methods in org.dspace.discovery.configuration that return DiscoveryConfiguration Modifier and Type Method Description DiscoveryConfigurationDiscoveryConfigurationService. getDiscoveryConfiguration(String name)DiscoveryConfigurationDiscoveryConfigurationService. getDiscoveryConfiguration(IndexableObject dso)DiscoveryConfigurationDiscoveryConfigurationService. getDiscoveryConfigurationByNameOrDso(String configurationName, IndexableObject dso)Methods in org.dspace.discovery.configuration that return types with arguments of type DiscoveryConfiguration Modifier and Type Method Description List<DiscoveryConfiguration>DiscoveryConfigurationService. getIndexAlwaysConfigurations()Retrieves a list of all DiscoveryConfiguration objects whereisIndexAlways()is true These configurations should always be included when indexingMap<String,DiscoveryConfiguration>DiscoveryConfigurationService. getMap()Method parameters in org.dspace.discovery.configuration with type arguments of type DiscoveryConfiguration Modifier and Type Method Description voidDiscoveryConfigurationService. setMap(Map<String,DiscoveryConfiguration> map) -
Uses of DiscoveryConfiguration in org.dspace.discovery.indexobject
Method parameters in org.dspace.discovery.indexobject with type arguments of type DiscoveryConfiguration Modifier and Type Method Description voidItemIndexFactoryImpl. addDiscoveryFields(org.apache.solr.common.SolrInputDocument doc, Context context, Item item, List<DiscoveryConfiguration> discoveryConfigurations) -
Uses of DiscoveryConfiguration in org.dspace.discovery.indexobject.factory
Method parameters in org.dspace.discovery.indexobject.factory with type arguments of type DiscoveryConfiguration Modifier and Type Method Description voidItemIndexFactory. addDiscoveryFields(org.apache.solr.common.SolrInputDocument doc, Context context, Item item, List<DiscoveryConfiguration> discoveryConfigurations)Store item fields in the solr document
-