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