I need to implement UpdateByQuery on large dataset, on a server which is updated by various nodes very frequently. This results in version control issues for a lot of documents. Also, retry_on_conflict is not the solution I am looking for, as I have already implemented it,and still I lose some documents.
Is there a way,using scripts or otherwise,that allows me to update documents even if specified version is less than current version ?
Any help is much appreciated.
Thanks.