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