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. -
-
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 List<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()returns a ShardResponse of the last response correlated with a ShardRequest.abstract ShardResponseShardHandler. takeCompletedIncludingErrors()ShardResponseHttpShardHandler. takeCompletedOrError()returns a ShardResponse of the last response correlated with a ShardRequest, or immediately returns a ShardResponse if there was an error detectedabstract ShardResponseShardHandler. takeCompletedOrError()protected ShardResponseHttpShardHandler. transfomResponse(ShardRequest sreq, ShardResponse rsp, String shard)Subclasses could modify the Response based on the the shardMethods in org.apache.solr.handler.component that return types with arguments of type ShardResponse Modifier and Type Method Description CompletionService<ShardResponse>HttpShardHandlerFactory. newCompletionService()Creates a new completion service for use by a single set of distributed requests.Methods in org.apache.solr.handler.component with parameters of type ShardResponse Modifier and Type Method Description Future<IterativeMergeStrategy.CallBack>IterativeMergeStrategy. callBack(ShardResponse response, QueryRequest req)protected ShardResponseHttpShardHandler. transfomResponse(ShardRequest sreq, ShardResponse rsp, String shard)Subclasses could modify the Response based on the 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, QueryRequest req)Constructors in org.apache.solr.handler.component with parameters of type ShardResponse Constructor Description CallBack(ShardResponse originalShardResponse, 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.
-