You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Henri Biestro (JIRA)" <ji...@apache.org> on 2008/08/22 15:28:44 UTC

[jira] Created: (SOLR-714) CoreContainer.Load does not handle correctly multiple aliases

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.


[jira] Resolved: (SOLR-714) CoreContainer.Load does not handle correctly multiple aliases

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ 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.