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
When using embedded solr, it appears that Collins will never trigger a full reindex on startup if the collins index is missing. You can see that it initializes the index, but never performs the repopulation (i do that manually by hitting /admin/solr). This is an issue when running collins in a container with a separate mysql instance. Each time the container is recreated, a reindex should be triggered (otherwise searching will return [] which is super undesirable).
When using embedded solr, it appears that Collins will never trigger a full reindex on startup if the collins index is missing. You can see that it initializes the index, but never performs the repopulation (i do that manually by hitting
/admin/solr
). This is an issue when running collins in a container with a separate mysql instance. Each time the container is recreated, a reindex should be triggered (otherwise searching will return [] which is super undesirable).The text was updated successfully, but these errors were encountered: