Zoekt indexing executed by schema_version bump should be `force`

Summary

repo_to_reindex_event_worker is not sending force_index_repo as task_type. It is a reindex worker so it should perform reindexing. Reindexing occurs with a force type of indexing.

Steps to reproduce

What is the current bug behavior?

What is the expected correct behavior?

Relevant logs and/or screenshots

Possible fixes

This should send force_index_repo task https://gitlab.com/gitlab-org/gitlab/-/blob/bdc9293743537c1ee60bf75707c82b36ce8a4c3f/ee/app/workers/search/zoekt/repo_to_reindex_event_worker.rb#L28

Edited by Ravi Kumar