Re: HttpShardHandlerFactory

2019-08-20 Thread Mark Robinson
may > not actually be taking effect. Unless I'm mistaken, I think the correct > element name to configure the shardHandler is "shardHandler*Factory*", not > "shardHandler" ... as in, ' class="HttpShardHandlerFactory">...' > > The element nam

Re: HttpShardHandlerFactory

2019-08-20 Thread Mark Robinson
n > > the HttpShardHandlerFactory:- > > > > > >10 > >20 > > > > The shard handler is used when that Solr instance needs to make > connections to another Solr instance (which could be itself, as odd as > that might soun

Re: HttpShardHandlerFactory

2019-08-19 Thread Michael Gibney
equests": https://lucene.apache.org/solr/guide/8_1/distributed-requests.html#configuring-the-shardhandlerfactory Michael On Fri, Aug 16, 2019 at 9:40 AM Shawn Heisey wrote: > On 8/16/2019 3:51 AM, Mark Robinson wrote: > > I am trying to understand the socket tim

Re: HttpShardHandlerFactory

2019-08-16 Thread Shawn Heisey
On 8/16/2019 3:51 AM, Mark Robinson wrote: I am trying to understand the socket time out and connection time out in the HttpShardHandlerFactory:- 10 20 The shard handler is used when that Solr instance needs to make connections to another Solr

HttpShardHandlerFactory

2019-08-16 Thread Mark Robinson
Hello, I am trying to understand the socket time out and connection time out in the HttpShardHandlerFactory:- 10 20 1.Could some one please help me understand the effect of using such low values of 10 ms and 20ms as given above inside my /select