default values of UpdateRequest not supported by Solr
-----------------------------------------------------

                 Key: SOLR-353
                 URL: https://issues.apache.org/jira/browse/SOLR-353
             Project: Solr
          Issue Type: Bug
          Components: clients - java
    Affects Versions: 1.3
            Reporter: Bill Au
            Assignee: Bill Au
            Priority: Minor


The default values of allowDups, overwriteCommitted, and overwritePending are 
all false in UpdateRequest.  This combination is not supported in Solr.  The 
default should be changed to overwrite = true:

    allowDups = false;
    overwriteCommitted = true;
    overwritePending = true;


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

Reply via email to