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

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

sample of setting up a new ShardHandler

{code:xml}
 <requestHandler name="standard" class="solr.SearchHandler" default="true">
    <!-- other params go here -->
 
     <shardHandler class="HttpShardHandler">
        <!-- To be implemented-->
        <int name="httpReadTimeOut">1000</int>
        <int name="httpConnTimeOut">5000</int>
      </shardHandler>
  </requestHandler>
{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, 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