You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2014/05/14 15:21:14 UTC

[jira] [Created] (SOLR-6073) CollectionAdminRequest has createCollection methods with hard-coded router="implicit"

Shalin Shekhar Mangar created SOLR-6073:
-------------------------------------------

             Summary: CollectionAdminRequest has createCollection methods with hard-coded router="implicit"
                 Key: SOLR-6073
                 URL: https://issues.apache.org/jira/browse/SOLR-6073
             Project: Solr
          Issue Type: Bug
          Components: clients - java, SolrCloud
    Affects Versions: 4.8
            Reporter: Shalin Shekhar Mangar
             Fix For: 4.9, 5.0


The CollectionAdminRequest has a createCollection() method which has the following hard-coded:
{code}
req.setRouterName("implicit");
{code}

This is a bug and we should remove it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org