Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: ORCID installation instructions

...

Code Block
plugin.named.org.dspace.content.authority.ChoiceAuthority = \
    org.dspace.content.authority.SolrAuthority = SolrAuthorAuthority

Next we need to configure the rest of the authority settings, an example configuration can be found in the The feature relies on the following configuration parameters in dspace.cfg file. So to enable uncomment the lines displayed below. To activate the default settings it suffices to remove the comment hashes ("#") for the following lines. See the section at the bottom of this page what these parameters mean exactly and how you can tweak the configuration.

Code Block
#solrsolr.authority.server=${solr.server}/authority
#choiceschoices.plugin.dc.contributor.author = SolrAuthorAuthority
#choiceschoices.presentation.dc.contributor.author = authorLookup
#authorityauthority.controlled.dc.contributor.author = true

#authorityauthority.author.indexer.field.1=dc.contributor.author

...

The final part of configuration is to add an optional consumer to the authority consumer in front of the list of default event consumers. Add the "authority" key in front of the list as displayed below.

...