[
https://issues.apache.org/jira/browse/SOLR-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049705#comment-13049705
]
Noble Paul commented on SOLR-1431:
----------------------------------
Jason,
the configuration which I have specified lets you do ShardHandler specific
configuration. It goes well with the general Solr configuration.
{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}
Creating a new instance per request is not wise.
> CommComponent abstracted
> ------------------------
>
> Key: SOLR-1431
> URL: https://issues.apache.org/jira/browse/SOLR-1431
> Project: Solr
> Issue Type: Improvement
> Components: search
> Affects Versions: 4.0
> Reporter: Jason Rutherglen
> Assignee: Mark Miller
> Fix For: 4.0
>
> Attachments: SOLR-1431.patch, SOLR-1431.patch, SOLR-1431.patch,
> SOLR-1431.patch, SOLR-1431.patch, SOLR-1431.patch, SOLR-1431.patch,
> SOLR-1431.patch, SOLR-1431.patch
>
>
> We'll abstract CommComponent in this issue.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]