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

Jason.D.Cao updated SOLR-4682:
------------------------------

    Description: 
if (srcCores != null) {
    //loop is useless
    for (String srcCore : srcCores) {
    // should set srcCores.toArray(..) to the value of SRC_CORE not one of its 
element
    params.set(CoreAdminParams.SRC_CORE, srcCore);
    }
}

  was:
if (srcCores != null) {
//loop is useless
for (String srcCore : srcCores) {
// should set srcCores.toArray(..) to the value of SRC_CORE not one of its 
element
params.set(CoreAdminParams.SRC_CORE, srcCore);
}
}

    
> CoreAdminRequest.mergeIndexes can not merge mutilple cores.
> -----------------------------------------------------------
>
>                 Key: SOLR-4682
>                 URL: https://issues.apache.org/jira/browse/SOLR-4682
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 4.2
>         Environment: java version "1.6.0_20"
>            Reporter: Jason.D.Cao
>              Labels: patch
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> if (srcCores != null) {
>     //loop is useless
>     for (String srcCore : srcCores) {
>     // should set srcCores.toArray(..) to the value of SRC_CORE not one of 
> its element
>     params.set(CoreAdminParams.SRC_CORE, srcCore);
>     }
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to