Is it possible to somehow set the retry_on_conflict parameter while using Update.Builder in Jest ?
I'm trying to set the parameter but am clueless about how I would add this to my request.
Could I somehow add it to the "script" field as demonstrated in https://github.com/searchbox-io/Jest/tree/master/jest in the Updating Documents section ? That works too.