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/12 14:42:32 UTC

[jira] Closed: (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 closed SOLR-353.
------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

Patch committed (Committed revision 574920).

> 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
>             Fix For: 1.3
>
>         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.