Uses of Class
org.apache.solr.update.SolrCmdDistributor.Error
-
Packages that use SolrCmdDistributor.Error Package Description org.apache.solr.update APIs and classes for managing index updatesorg.apache.solr.update.processor UpdateRequestProcessorFactoryAPIs and implementations for use inUpdateRequestProcessorChains -
-
Uses of SolrCmdDistributor.Error in org.apache.solr.update
Fields in org.apache.solr.update with type parameters of type SolrCmdDistributor.Error Modifier and Type Field Description List<SolrCmdDistributor.Error>SolrCmdDistributor.Response. errorsMethods in org.apache.solr.update that return types with arguments of type SolrCmdDistributor.Error Modifier and Type Method Description List<SolrCmdDistributor.Error>SolrCmdDistributor. getErrors()List<SolrCmdDistributor.Error>StreamingSolrClients. getErrors()Methods in org.apache.solr.update with parameters of type SolrCmdDistributor.Error Modifier and Type Method Description booleanSolrCmdDistributor.ForwardNode. checkRetry(SolrCmdDistributor.Error err)abstract booleanSolrCmdDistributor.Node. checkRetry(SolrCmdDistributor.Error e)booleanSolrCmdDistributor.StdNode. checkRetry(SolrCmdDistributor.Error err)booleanSolrCmdDistributor.Req. shouldRetry(SolrCmdDistributor.Error err) -
Uses of SolrCmdDistributor.Error in org.apache.solr.update.processor
Fields in org.apache.solr.update.processor with type parameters of type SolrCmdDistributor.Error Modifier and Type Field Description List<SolrCmdDistributor.Error>DistributedUpdateProcessor.DistributedUpdatesAsyncException. errorsConstructor parameters in org.apache.solr.update.processor with type arguments of type SolrCmdDistributor.Error Constructor Description DistributedUpdatesAsyncException(List<SolrCmdDistributor.Error> errors)
-