[DS-3658] Accept abollini's fix to configuration comments, with minor adjustments.

This commit is contained in:
Mark H. Wood
2019-05-15 11:10:09 -04:00
parent 77928c2560
commit 43444c84b7

View File

@@ -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
# 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