You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In production, we trigger building the spellcheck index with a cronjob that runs nightly. This job takes ~1 hour to complete. There are several problems with the current approach:
the HTTP request to build the index times out before the index is complete (although the index appears to usually be successfully built)
the HTTP request is sent to the load-balancer and redirected to any solr node hosting the collection. Unfortunately, the spellcheck index is not replicated across the cluster, so the command has to be run on every node that hosts the collection.
The text was updated successfully, but these errors were encountered:
In production, we trigger building the spellcheck index with a cronjob that runs nightly. This job takes ~1 hour to complete. There are several problems with the current approach:
The text was updated successfully, but these errors were encountered: