Package | Description |
---|---|
org.apache.solr.update |
APIs and classes for managing index updates
|
org.apache.solr.update.processor |
UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain s |
Modifier and Type | Field and Description |
---|---|
List<SolrCmdDistributor.Error> |
SolrCmdDistributor.Response.errors |
Modifier and Type | Method and Description |
---|---|
List<SolrCmdDistributor.Error> |
SolrCmdDistributor.getErrors() |
List<SolrCmdDistributor.Error> |
StreamingSolrClients.getErrors() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
SolrCmdDistributor.Node.checkRetry(SolrCmdDistributor.Error e) |
boolean |
SolrCmdDistributor.StdNode.checkRetry(SolrCmdDistributor.Error err) |
boolean |
SolrCmdDistributor.ForwardNode.checkRetry(SolrCmdDistributor.Error err) |
boolean |
SolrCmdDistributor.Req.shouldRetry(SolrCmdDistributor.Error err) |
Modifier and Type | Field and Description |
---|---|
List<SolrCmdDistributor.Error> |
DistributedUpdateProcessor.DistributedUpdatesAsyncException.errors |
Constructor and Description |
---|
DistributedUpdatesAsyncException(List<SolrCmdDistributor.Error> errors) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.