Package org.apache.solr.update
Class SolrCmdDistributor.SolrError
- java.lang.Object
-
- org.apache.solr.update.SolrCmdDistributor.SolrError
-
- Enclosing class:
- SolrCmdDistributor
public static class SolrCmdDistributor.SolrError extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ExceptioneSolrCmdDistributor.ReqreqNOTE: This is the request that happened to be executed when this error was triggered the error, but because of howStreamingSolrClientsusesConcurrentUpdateSolrClientit might not actaully be the request that caused the error -- multiple requests are merged & processed as a sequential batch.intstatusCode
-
Constructor Summary
Constructors Constructor Description SolrError()
-
-
-
Field Detail
-
e
public Exception e
-
statusCode
public int statusCode
-
req
public SolrCmdDistributor.Req req
NOTE: This is the request that happened to be executed when this error was triggered the error, but because of howStreamingSolrClientsusesConcurrentUpdateSolrClientit might not actaully be the request that caused the error -- multiple requests are merged & processed as a sequential batch.
-
-