Uses of Class
org.apache.solr.update.SolrCmdDistributor.Req
-
Packages that use SolrCmdDistributor.Req Package Description org.apache.solr.update APIs and classes for managing index updates -
-
Uses of SolrCmdDistributor.Req in org.apache.solr.update
Fields in org.apache.solr.update declared as SolrCmdDistributor.Req Modifier and Type Field Description SolrCmdDistributor.ReqSolrCmdDistributor.Error. reqNOTE: 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.Methods in org.apache.solr.update with parameters of type SolrCmdDistributor.Req Modifier and Type Method Description SolrClientStreamingSolrClients. getSolrClient(SolrCmdDistributor.Req req)
-