Class ShardResponse
java.lang.Object
org.apache.solr.handler.component.ShardResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetShard()What was the shard address that returned this response.org.apache.solr.client.solrj.SolrResponsevoidvoidsetSolrResponse(org.apache.solr.client.solrj.SolrResponse rsp) toString()
-
Constructor Details
-
ShardResponse
public ShardResponse()
-
-
Method Details
-
toString
-
getException
-
getShardRequest
-
getSolrResponse
public org.apache.solr.client.solrj.SolrResponse getSolrResponse() -
getShard
-
getNodeName
-
setShardRequest
-
setSolrResponse
public void setSolrResponse(org.apache.solr.client.solrj.SolrResponse rsp) -
getShardAddress
What was the shard address that returned this response. Example: "http://localhost:8983/solr"
-