Uses of Class
org.apache.solr.update.SolrCmdDistributor.SolrError
-
Packages that use SolrCmdDistributor.SolrError 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.SolrError in org.apache.solr.update
Fields in org.apache.solr.update with type parameters of type SolrCmdDistributor.SolrError Modifier and Type Field Description List<SolrCmdDistributor.SolrError>SolrCmdDistributor.Response. errorsMethods in org.apache.solr.update that return types with arguments of type SolrCmdDistributor.SolrError Modifier and Type Method Description List<SolrCmdDistributor.SolrError>SolrCmdDistributor. getErrors()List<SolrCmdDistributor.SolrError>StreamingSolrClients. getErrors()Methods in org.apache.solr.update with parameters of type SolrCmdDistributor.SolrError Modifier and Type Method Description booleanSolrCmdDistributor.ForwardNode. checkRetry(SolrCmdDistributor.SolrError err)abstract booleanSolrCmdDistributor.Node. checkRetry(SolrCmdDistributor.SolrError e)booleanSolrCmdDistributor.StdNode. checkRetry(SolrCmdDistributor.SolrError err)booleanSolrCmdDistributor.Req. shouldRetry(SolrCmdDistributor.SolrError err) -
Uses of SolrCmdDistributor.SolrError in org.apache.solr.update.processor
Fields in org.apache.solr.update.processor with type parameters of type SolrCmdDistributor.SolrError Modifier and Type Field Description List<SolrCmdDistributor.SolrError>DistributedUpdateProcessor.DistributedUpdatesAsyncException. errorsConstructor parameters in org.apache.solr.update.processor with type arguments of type SolrCmdDistributor.SolrError Constructor Description DistributedUpdatesAsyncException(List<SolrCmdDistributor.SolrError> errors)
-