mirror of https://github.com/apache/lucene.git
SOLR-14956: correct (socket|conn)Timeout casing in 'Configuring the ShardHandlerFactory' example
(Yevhen Tienkaiev via Christine Poerschke)
This commit is contained in:
parent
62de8f9f46
commit
43c087f91b
|
@ -83,8 +83,8 @@ To add a `shardHandlerFactory` to the standard search handler, provide a configu
|
|||
<requestHandler name="/select" class="solr.SearchHandler">
|
||||
<!-- other params go here -->
|
||||
<shardHandlerFactory class="HttpShardHandlerFactory">
|
||||
<int name="socketTimeOut">1000</int>
|
||||
<int name="connTimeOut">5000</int>
|
||||
<int name="socketTimeout">1000</int>
|
||||
<int name="connTimeout">5000</int>
|
||||
</shardHandlerFactory>
|
||||
</requestHandler>
|
||||
----
|
||||
|
|
Loading…
Reference in New Issue