Uses of Class
org.apache.solr.handler.component.ShardResponse
-
Packages that use ShardResponse Package Description org.apache.solr.handler.component SearchComponent
implementations for use inSearchHandler
org.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 List<ShardResponse>
ShardRequest. responses
list of responses...Methods in org.apache.solr.handler.component that return ShardResponse Modifier and Type Method Description ShardResponse
IterativeMergeStrategy.CallBack. getOriginalShardResponse()
ShardResponse
HttpShardHandler. takeCompletedIncludingErrors()
returns a ShardResponse of the last response correlated with a ShardRequest.abstract ShardResponse
ShardHandler. takeCompletedIncludingErrors()
ShardResponse
HttpShardHandler. takeCompletedOrError()
returns a ShardResponse of the last response correlated with a ShardRequest, or immediately returns a ShardResponse if there was an error detectedabstract ShardResponse
ShardHandler. takeCompletedOrError()
protected ShardResponse
HttpShardHandler. transfomResponse(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 ShardResponse
HttpShardHandler. transfomResponse(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 void
ExactStatsCache. doMergeToGlobalStats(SolrQueryRequest req, List<ShardResponse> responses)
protected void
LocalStatsCache. doMergeToGlobalStats(SolrQueryRequest req, List<ShardResponse> responses)
protected abstract void
StatsCache. doMergeToGlobalStats(SolrQueryRequest req, List<ShardResponse> responses)
void
StatsCache. 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 Object
SolrResponseUtil. getSubsectionFromShardResponse(ResponseBuilder rb, ShardResponse srsp, String shardResponseKey, boolean subSectionOptional)
-