Hi. I try to understand the meaning of overwrite="false" in xml that i post with post.jar.
I have two possible behaviour: 1) if the document with specified uniquekey exists - it's not updated (even if some fields are changed) 2) if the document with specified uniquekey exists and all fields are the same - it's not updated and is skipped What is the correct way overwrite=false works? Thanks