Jason.D.Cao created SOLR-4682:
---------------------------------
Summary: 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"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)
Reporter: Jason.D.Cao
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]