Class ParallelHttpShardHandler

    • Method Detail

      • makeShardRequest

        protected void makeShardRequest​(ShardRequest sreq,
                                        String shard,
                                        org.apache.solr.common.params.ModifiableSolrParams params,
                                        org.apache.solr.client.solrj.impl.LBSolrClient.Req lbReq,
                                        HttpShardHandler.SimpleSolrResponse ssr,
                                        ShardResponse srsp,
                                        long startTimeNS)
        Description copied from class: HttpShardHandler
        Do the actual work of sending a request to a shard and receiving the response
        Overrides:
        makeShardRequest in class HttpShardHandler
        Parameters:
        sreq - the request to make
        shard - the shard to address
        params - request parameters
        lbReq - the load balanced request suitable for LBHttp2SolrClient
        ssr - the response collector part 1
        srsp - the shard response collector
        startTimeNS - the time at which the request was initiated, likely just prior to calling this method.