When doing delete in cycle for example something like this ```php do{ DELETE FROM index LIMIT 100 } while(stopcondition) ``` got an error ``version_conflict_engine_exception`` ``version conflict, current version [2] is different than the one provided [1]`` In original elastic ``_update_by_query`` they have a param ``conflicts=proceed`` Can we pass parameter like this or do we have an alternate solution for this?