You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2010/02/18 22:35:27 UTC

[jira] Created: (SOLR-1780) existence of exactly one value for uniqueKey field is not checked when overwrite=false or allowDups=true

existence of exactly one value for uniqueKey field is not checked when overwrite=false or allowDups=true
--------------------------------------------------------------------------------------------------------

                 Key: SOLR-1780
                 URL: https://issues.apache.org/jira/browse/SOLR-1780
             Project: Solr
          Issue Type: Bug
            Reporter: Hoss Man


As noted in SOLR-1695, DirectUpdateHandler(2) when a document is added, the uniqueKey field is only asserted to contain exactly one value if overwrite=true.  If overwrite=false (or allowDups=true) then the uniqueKey field is not checked at all.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.