Also in this regard the possibility to update document without giving all required fields but just uniqueKey and some other data
Julian Davchev wrote: > Hi > I have distributed messaging solution where I need to distinct between > adding a document and just > trying to update it. > > Scenario: > 1. message sent for document to be updated > 2. meanwhile another message is sent for document to be deleted and is > executed before 1 > As a result when 1 comes instead of ignoring the update as document is > no more...it will add it again. > > From what I see in manual I cannot distinct those operations which > would. Any pointers? > > Cheers >