Uses of Class
org.apache.solr.handler.component.ShardResponse
-
Packages that use ShardResponse Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.search.stats APIs and Classes implementing the Stats component used for document frequency calculations.org.apache.solr.util Common utility classes used throughout Solr -
-
Uses of ShardResponse in org.apache.solr.handler.component
Fields in org.apache.solr.handler.component with type parameters of type ShardResponse Modifier and Type Field Description protected ConcurrentMap<ShardResponse,CompletableFuture<org.apache.solr.client.solrj.impl.LBSolrClient.Rsp>>HttpShardHandler. responseFutureMapprotected BlockingQueue<ShardResponse>HttpShardHandler. responsesList<ShardResponse>ShardRequest. responseslist of responses...Methods in org.apache.solr.handler.component that return ShardResponse Modifier and Type Method Description ShardResponseIterativeMergeStrategy.CallBack. getOriginalShardResponse()ShardResponseHttpShardHandler. takeCompletedIncludingErrors()abstract ShardResponseShardHandler. takeCompletedIncludingErrors()Returns a ShardResponse of the last response correlated with a ShardRequest.ShardResponseHttpShardHandler. takeCompletedOrError()abstract ShardResponseShardHandler. takeCompletedOrError()Returns a ShardResponse of the last response correlated with a ShardRequest, or immediately returns a ShardResponse if there was an error detected.protected ShardResponseHttpShardHandler. transformResponse(ShardRequest sreq, ShardResponse rsp, String shard)Subclasses could modify the Response based on the shardMethods in org.apache.solr.handler.component with parameters of type ShardResponse Modifier and Type Method Description Future<IterativeMergeStrategy.CallBack>IterativeMergeStrategy. callBack(ShardResponse response, org.apache.solr.client.solrj.request.QueryRequest req)protected voidHttpShardHandler. 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)Do the actual work of sending a request to a shard and receiving the responseprotected voidParallelHttpShardHandler. 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)protected voidHttpShardHandler. recordShardSubmitError(ShardResponse srsp, org.apache.solr.common.SolrException exception)protected ShardResponseHttpShardHandler. transformResponse(ShardRequest sreq, ShardResponse rsp, String shard)Subclasses could modify the Response based on the shardMethod parameters in org.apache.solr.handler.component with type arguments of type ShardResponse Modifier and Type Method Description List<Future<IterativeMergeStrategy.CallBack>>IterativeMergeStrategy. callBack(List<ShardResponse> responses, org.apache.solr.client.solrj.request.QueryRequest req)Constructors in org.apache.solr.handler.component with parameters of type ShardResponse Constructor Description CallBack(ShardResponse originalShardResponse, org.apache.solr.client.solrj.request.QueryRequest req) -
Uses of ShardResponse in org.apache.solr.search.stats
Method parameters in org.apache.solr.search.stats with type arguments of type ShardResponse Modifier and Type Method Description protected voidExactStatsCache. doMergeToGlobalStats(SolrQueryRequest req, List<ShardResponse> responses)protected voidLocalStatsCache. doMergeToGlobalStats(SolrQueryRequest req, List<ShardResponse> responses)protected abstract voidStatsCache. doMergeToGlobalStats(SolrQueryRequest req, List<ShardResponse> responses)voidStatsCache. mergeToGlobalStats(SolrQueryRequest req, List<ShardResponse> responses)Process shard responses that contain partial local stats. -
Uses of ShardResponse in org.apache.solr.util
Methods in org.apache.solr.util with parameters of type ShardResponse Modifier and Type Method Description static ObjectSolrResponseUtil. getSubsectionFromShardResponse(ResponseBuilder rb, ShardResponse srsp, String shardResponseKey, boolean subSectionOptional)
-