You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Denis Kuzmenok <fo...@ukr.net> on 2011/05/13 08:44:41 UTC

XML Update overwrite?

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