mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 10:34:25 +00:00
[DS-3658] Accept abollini's fix to configuration comments, with minor adjustments.
This commit is contained in:
@@ -23,9 +23,11 @@ discovery.index.projection=dc.title,dc.contributor.*,dc.date.issued
|
|||||||
# 2) to show facet on Site/Community/etc. you need to add a Site/Community/Collection
|
# 2) to show facet on Site/Community/etc. you need to add a Site/Community/Collection
|
||||||
# Processors plugin in the dspace.cfg
|
# Processors plugin in the dspace.cfg
|
||||||
|
|
||||||
# Allow auto-reindexing
|
# Allow auto-reindexing.
|
||||||
# When enabled, if any database migrations are applied to your database (via Flyway), then a reindex flag
|
# If any database migrations are applied to your database (via Flyway), then a
|
||||||
# is written to [dspace]/solr/search/conf/reindex.flag. Whenever the DSpace webapp is (re)started, it checks
|
# reindex flag is always written to '[dspace]/solr/search/conf/reindex.flag'.
|
||||||
# for the existence of that file. If found, a background reindex of all content is triggered in Discovery.
|
# 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.
|
# Defaults to true: auto-reindexing is enabled.
|
||||||
#discovery.autoReindex = true
|
#discovery.autoReindex = true
|
||||||
|
Reference in New Issue
Block a user