Uses of Class
org.apache.solr.client.solrj.impl.HttpSolrClient
-
Packages that use HttpSolrClient Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes.org.apache.solr.client.solrj.io Streaming Aggregation API -
-
Uses of HttpSolrClient in org.apache.solr.client.solrj.impl
Subclasses of HttpSolrClient in org.apache.solr.client.solrj.impl Modifier and Type Class Description classDelegationTokenHttpSolrClientMethods in org.apache.solr.client.solrj.impl that return HttpSolrClient Modifier and Type Method Description HttpSolrClientHttpSolrClient.Builder. build()Create aHttpSolrClientbased on provided configuration.protected HttpSolrClientLBHttpSolrClient. makeSolrClient(String server)Methods in org.apache.solr.client.solrj.impl with parameters of type HttpSolrClient Modifier and Type Method Description protected ExceptionLBHttpSolrClient. addZombie(HttpSolrClient server, Exception e)protected ExceptionLBHttpSolrClient. doRequest(HttpSolrClient client, LBHttpSolrClient.Req req, LBHttpSolrClient.Rsp rsp, boolean isNonRetryable, boolean isZombie, String zombieKey)Constructors in org.apache.solr.client.solrj.impl with parameters of type HttpSolrClient Constructor Description ServerWrapper(HttpSolrClient client) -
Uses of HttpSolrClient in org.apache.solr.client.solrj.io
Methods in org.apache.solr.client.solrj.io that return HttpSolrClient Modifier and Type Method Description HttpSolrClientSolrClientCache. getHttpSolrClient(String host)
-