Uses of Class
org.apache.solr.client.solrj.impl.LBHttpSolrServer.Req

Packages that use LBHttpSolrServer.Req
org.apache.solr.client.solrj.impl Concrete implementations of client API classes. 
org.apache.solr.client.solrj.request Convenience classes for dealing with various types of Solr requests. 
 

Uses of LBHttpSolrServer.Req in org.apache.solr.client.solrj.impl
 

Methods in org.apache.solr.client.solrj.impl that return types with arguments of type LBHttpSolrServer.Req
 Map<String,LBHttpSolrServer.Req> CloudSolrServer.RouteResponse.getRoutes()
           
 Map<String,LBHttpSolrServer.Req> CloudSolrServer.RouteException.getRoutes()
           
 

Methods in org.apache.solr.client.solrj.impl with parameters of type LBHttpSolrServer.Req
 LBHttpSolrServer.Rsp LBHttpSolrServer.request(LBHttpSolrServer.Req req)
          Tries to query a live server from the list provided in Req.
 

Method parameters in org.apache.solr.client.solrj.impl with type arguments of type LBHttpSolrServer.Req
 void CloudSolrServer.RouteResponse.setRoutes(Map<String,LBHttpSolrServer.Req> routes)
           
 

Constructor parameters in org.apache.solr.client.solrj.impl with type arguments of type LBHttpSolrServer.Req
CloudSolrServer.RouteException(SolrException.ErrorCode errorCode, NamedList<Throwable> throwables, Map<String,LBHttpSolrServer.Req> routes)
           
 

Uses of LBHttpSolrServer.Req in org.apache.solr.client.solrj.request
 

Methods in org.apache.solr.client.solrj.request that return types with arguments of type LBHttpSolrServer.Req
 Map<String,LBHttpSolrServer.Req> UpdateRequest.getRoutes(DocRouter router, DocCollection col, Map<String,List<String>> urlMap, ModifiableSolrParams params, String idField)
           
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.