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 "Bill Au (JIRA)" <ji...@apache.org> on 2007/09/11 18:27:32 UTC

[jira] Updated: (SOLR-353) default values of UpdateRequest not supported by Solr

     [ https://issues.apache.org/jira/browse/SOLR-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Au updated SOLR-353:
-------------------------

    Attachment: solr-353.patch

patch to make default overwrite=ture

> 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
>         Attachments: solr-353.patch
>
>
> 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.