Indexing Issues
This commit is contained in:
@@ -48,6 +48,11 @@ storycove:
|
||||
password: ${APP_PASSWORD} # REQUIRED: No default password for security
|
||||
search:
|
||||
engine: solr # Apache Solr search engine
|
||||
# Cron for the nightly full reindex (stories + authors + collections). Default: 3 AM daily.
|
||||
# Set to "-" to disable. Override via SEARCH_NIGHTLY_REINDEX_CRON env var.
|
||||
nightly-reindex-cron: ${SEARCH_NIGHTLY_REINDEX_CRON:0 0 3 * * ?}
|
||||
# How often (ms) to reindex authors to refresh derived stats (storyCount, averageRating).
|
||||
author-reindex-interval: ${SEARCH_AUTHOR_REINDEX_INTERVAL:7200000}
|
||||
solr:
|
||||
# Connection settings
|
||||
url: ${SOLR_URL:http://solr:8983/solr}
|
||||
|
||||
Reference in New Issue
Block a user