public static class SolrCmdDistributor.Error extends Object
Modifier and Type | Field and Description |
---|---|
Exception |
e |
SolrCmdDistributor.Req |
req
NOTE: This is the request that happened to be executed when this error was triggered the error,
but because of how
StreamingSolrClients uses ConcurrentUpdateSolrClient it might not
actaully be the request that caused the error -- multiple requests are merged & processed as
a sequential batch. |
int |
statusCode |
Constructor and Description |
---|
Error() |
public Exception e
public int statusCode
public SolrCmdDistributor.Req req
StreamingSolrClients
uses ConcurrentUpdateSolrClient
it might not
actaully be the request that caused the error -- multiple requests are merged & processed as
a sequential batch.Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.