Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
event.dispatcher.default.consumers = authority, versioning, discovery, eperson, harvester

Importing existing authors & keeping the index up to date

When first enabled the authority index will be empty, to populate the authority index run the following script:

Code Block
[dspace]/bin/dspace index-authority

Running this script again will update the index again will keep the index clean, for example if an author occurs in a single item and that item is deleted the script will need to be run again. When run again it will remove all records that no longer have a link to existing authors in the database.

Usage in DSpace

Submission of new DSpace items - Author lookup

...