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

Noble Paul commented on SOLR-1431:
----------------------------------

The MultiShardHandler interface should automatically handle the shards and the 
search handler should be agnostic of  the shard names .

The MultiShardHandler interface can be simplified to this
{code:java}
public interface MultiShardHandler {

   public List<Future<ShardResponse>> submit(ShardRequest sreq, 
ModifiableSolrParams params);  

}
{code}






 

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

Reply via email to