You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jason.D.Cao (JIRA)" <ji...@apache.org> on 2013/04/06 07:13:18 UTC

[jira] [Created] (SOLR-4682) CoreAdminRequest.mergeIndexes can not merge mutilple cores.

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org