Uses of Class
org.apache.solr.handler.component.ShardResponse

Packages that use ShardResponse
org.apache.solr.handler.component SearchComponent implementations for use in SearchHandler 
 

Uses of ShardResponse in org.apache.solr.handler.component
 

Fields in org.apache.solr.handler.component with type parameters of type ShardResponse
 List<ShardResponse> ShardRequest.responses
          list of responses...
 

Methods in org.apache.solr.handler.component that return ShardResponse
 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 detected
abstract  ShardResponse ShardHandler.takeCompletedOrError()
           
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.