mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 04:53:16 +00:00
14 lines
700 B
INI
14 lines
700 B
INI
#---------------------------------------------------------------#
|
|
#---------------SOLR AUTHORITY CONFIGURATIONS-------------------#
|
|
#---------------------------------------------------------------#
|
|
# These configs are only used by the SOLR authority index #
|
|
#---------------------------------------------------------------#
|
|
|
|
# Solr Authority index location
|
|
# Default is ${solr.server}/authority, unless solr.multicorePrefix is specified
|
|
solr.authority.server=${solr.server}/${solr.multicorePrefix}authority
|
|
|
|
# Update item metadata displayed values (not the authority keys)
|
|
# with the lasted cached versions when running the UpdateAuthorities index script
|
|
#solrauthority.auto-update-items=false
|