Indexing Issues

This commit is contained in:
Stefan Hardegger
2026-02-23 09:45:43 +01:00
parent 02fa9dab4f
commit f8bf90e0c7
7 changed files with 211 additions and 29 deletions

View File

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