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
Currently, whenever we update Solr, we force a commit. This can cause problems in high-volume reindexing situations by triggering too many on-deck searchers. We should add a config setting to disable forced commits, since in this scenario, it is better to rely on Solr's autocommit setting instead of explicitly committing.
The text was updated successfully, but these errors were encountered:
Currently, whenever we update Solr, we force a commit. This can cause problems in high-volume reindexing situations by triggering too many on-deck searchers. We should add a config setting to disable forced commits, since in this scenario, it is better to rely on Solr's autocommit setting instead of explicitly committing.
The text was updated successfully, but these errors were encountered: