As part of my build process, I run locale updates to ensure Drupal core and contrib's translations are up to date with community ones. The problem is that even if those translations have no impact on my search indexes, their tracker are reset once any translation has been updated. This is an issue because it costs a lot of processing power to reindex everything.
drush locale:update
or drush locale:import
Allow to configure indexes so their trackers are not reset when locales are updated.
Active
1.0
General code