You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/05/29 09:28:01 UTC

[jira] [Commented] (SOLR-6116) DocRouter.getDocRouter accepts routerName as an Object

    [ https://issues.apache.org/jira/browse/SOLR-6116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14012154#comment-14012154 ] 

ASF subversion and git services commented on SOLR-6116:
-------------------------------------------------------

Commit 1598212 from shalin@apache.org in branch 'dev/trunk'
[ https://svn.apache.org/r1598212 ]

SOLR-6116: Refactor DocRouter.getDocRouter to accept routerName as a String

> DocRouter.getDocRouter accepts routerName as an Object
> ------------------------------------------------------
>
>                 Key: SOLR-6116
>                 URL: https://issues.apache.org/jira/browse/SOLR-6116
>             Project: Solr
>          Issue Type: Task
>          Components: SolrCloud
>            Reporter: Shalin Shekhar Mangar
>            Priority: Trivial
>             Fix For: 4.9, 5.0
>
>
> Refactor DocRouter.java from:
> {code}
> public static DocRouter getDocRouter(Object routerName) {...}
> {code}
> to:
> {code}
> public static DocRouter getDocRouter(String routerName) {
> {code}
> There's really no reason not to accept a routerName as a string.



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