[ https://issues.apache.org/jira/browse/SOLR-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755862#action_12755862 ]
Noble Paul commented on SOLR-1431: ---------------------------------- should we have a separate plugin in solrconfig.xml like {code:xml} <shardHandler class="ZkHadoopRpcHandler" name="zk"> <str name="zkServer">http://foo</str> </shardHandler> {code} and in the SearchHandler configuration it may have a reference to this {code} <str name="shardHandler">zk</str> {code} This will help the Handler to have its own configuration > CommComponent abstracted > ------------------------ > > Key: SOLR-1431 > URL: https://issues.apache.org/jira/browse/SOLR-1431 > Project: Solr > Issue Type: Improvement > Components: search > Affects Versions: 1.4 > Reporter: Jason Rutherglen > Assignee: Noble Paul > Priority: Trivial > Fix For: 1.5 > > Attachments: SOLR-1431.patch, SOLR-1431.patch > > Original Estimate: 24h > Remaining Estimate: 24h > > We'll abstract CommComponent in this issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.