Remove conflict_update/policy_update option from BaseIndexer.run()
By removing the False/ignore-dups behavior, which we didn't use.
The main motivation is to make _add endpoints write to Kafka in a future commit, as Kafka's semantics are closer to True/update-dups than False/ignore-dups.
Migrated from D4401 (view on Phabricator)