Uses of Class
org.apache.solr.client.solrj.impl.HttpSolrClientBase
Packages that use HttpSolrClientBase
Package
Description
Primary APIs for communicating with a Solr Server from a Java client.
Implementations of some client API classes, and their friends.
-
Uses of HttpSolrClientBase in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj with parameters of type HttpSolrClientBaseModifier and TypeMethodDescriptionfinal TSolrRequest.processWithBaseUrl(HttpSolrClientBase client, String baseUrl, String collection) Send this request to aSolrClientand return the response -
Uses of HttpSolrClientBase in org.apache.solr.client.solrj.impl
Classes in org.apache.solr.client.solrj.impl with type parameters of type HttpSolrClientBaseModifier and TypeClassDescriptionclassHttpClusterStateProvider<C extends HttpSolrClientBase>A CSP that uses Solr HTTP APIs.classHttpSolrClientBuilderBase<B extends HttpSolrClientBuilderBase<?,?>, C extends HttpSolrClientBase> static classLBSolrClient.Builder<C extends HttpSolrClientBase>Subclasses of HttpSolrClientBase in org.apache.solr.client.solrj.implModifier and TypeClassDescriptionclassA SolrClient implementation that communicates to a Solr server using the built-in Java 11+ Http Client.Fields in org.apache.solr.client.solrj.impl declared as HttpSolrClientBaseModifier and TypeFieldDescriptionprotected HttpSolrClientBaseConcurrentUpdateBaseSolrClient.Builder.clientprotected HttpSolrClientBaseCloudSolrClient.Builder.httpClientprotected final HttpSolrClientBaseLBAsyncSolrClient.solrClientMethods in org.apache.solr.client.solrj.impl that return HttpSolrClientBaseModifier and TypeMethodDescriptionprotected HttpSolrClientBaseCloudSolrClient.Builder.createOrGetHttpClient()ConcurrentUpdateBaseSolrClient.Builder.getClient()protected HttpSolrClientBaseLBAsyncSolrClient.getClient(LBSolrClient.Endpoint endpoint) CloudHttp2SolrClient.getHttpClient()Methods in org.apache.solr.client.solrj.impl with parameters of type HttpSolrClientBaseModifier and TypeMethodDescriptionprotected ClusterStateProviderCloudSolrClient.Builder.createHttpClusterStateProvider(HttpSolrClientBase httpClient) protected LBSolrClientCloudSolrClient.Builder.createOrGetLbClient(HttpSolrClientBase myClient) CloudSolrClient.Builder.withHttpClient(HttpSolrClientBase httpSolrClient) Set the internal Solr HTTP client.Constructors in org.apache.solr.client.solrj.impl with parameters of type HttpSolrClientBaseModifierConstructorDescriptionBuilder(String baseSolrUrl, HttpSolrClientBase client) Initialize a Builder object, based on the provided URL and client.Builder(String baseSolrUrl, HttpSolrClientBase client, boolean closeHttpClient) Initialize a Builder object, based on the provided arguments.