mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
[DS-3658] Accept abollini's fix to configuration comments, with minor adjustments.
This commit is contained in:
@@ -18,14 +18,16 @@ discovery.search.server = ${solr.server}/search
|
||||
# index.ignore-authority = false
|
||||
discovery.index.projection=dc.title,dc.contributor.*,dc.date.issued
|
||||
|
||||
# ONLY-FOR-JSPUI:
|
||||
# 1) you need to set the DiscoverySearchRequestProcessor in the dspace.cfg
|
||||
# ONLY-FOR-JSPUI:
|
||||
# 1) you need to set the DiscoverySearchRequestProcessor in the dspace.cfg
|
||||
# 2) to show facet on Site/Community/etc. you need to add a Site/Community/Collection
|
||||
# Processors plugin in the dspace.cfg
|
||||
|
||||
# Allow auto-reindexing
|
||||
# When enabled, if any database migrations are applied to your database (via Flyway), then a reindex flag
|
||||
# is written to [dspace]/solr/search/conf/reindex.flag. Whenever the DSpace webapp is (re)started, it checks
|
||||
# for the existence of that file. If found, a background reindex of all content is triggered in Discovery.
|
||||
# Allow auto-reindexing.
|
||||
# If any database migrations are applied to your database (via Flyway), then a
|
||||
# reindex flag is always written to '[dspace]/solr/search/conf/reindex.flag'.
|
||||
# Whenever the DSpace webapp is (re)started, it checks whether the autoReindex
|
||||
# property is enabled AND that such a file exists. If the two conditions are
|
||||
# satisfied, a background reindex of all content is triggered in Discovery.
|
||||
# Defaults to true: auto-reindexing is enabled.
|
||||
#discovery.autoReindex = true
|
||||
|
Reference in New Issue
Block a user