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 17:34:32 UTC

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

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.


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

Posted by "Bill Au (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526519 ] 

Ryan McKinley commented on SOLR-353:
------------------------------------

looks good.  works for me

> 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.


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

Posted by "Bill Au (JIRA)" <ji...@apache.org>.
     [ 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.