diff --git a/dspace/config/modules/discovery.cfg b/dspace/config/modules/discovery.cfg index 7ca1292069..aa38f4e1b2 100644 --- a/dspace/config/modules/discovery.cfg +++ b/dspace/config/modules/discovery.cfg @@ -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