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

Shalin Shekhar Mangar resolved SOLR-714.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3
         Assignee: Shalin Shekhar Mangar

Committed revision 688332

Thanks Henri !

> CoreContainer.Load does not handle correctly multiple aliases
> -------------------------------------------------------------
>
>                 Key: SOLR-714
>                 URL: https://issues.apache.org/jira/browse/SOLR-714
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.3
>            Reporter: Henri Biestro
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 1.3
>
>
> There is a typo that prevent from correctly loading multiple aliases in 
> CoreContainer.Load:203
> {code}
>           for (int a=1; a<aliases.size(); a++) {
>             core.open();
>             register(aliases.get(i), core, false);
>           }
> {code}
> I believe the get({color:red}i{color}) should be get({color:red}a{color})

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to