Uses of Class
org.apache.solr.client.solrj.impl.HttpSolrClientBuilderBase
Packages that use HttpSolrClientBuilderBase
Package
Description
Implementations of some client API classes, and their friends.
-
Uses of HttpSolrClientBuilderBase in org.apache.solr.client.solrj.impl
Classes in org.apache.solr.client.solrj.impl with type parameters of type HttpSolrClientBuilderBaseModifier and TypeClassDescriptionclassHttpSolrClientBuilderBase<B extends HttpSolrClientBuilderBase<?,?>, C extends HttpSolrClientBase> Subclasses of HttpSolrClientBuilderBase in org.apache.solr.client.solrj.implFields in org.apache.solr.client.solrj.impl declared as HttpSolrClientBuilderBaseModifier and TypeFieldDescriptionprotected HttpSolrClientBuilderBase<?, ?> CloudSolrClient.Builder.internalClientBuilderMethods in org.apache.solr.client.solrj.impl that return HttpSolrClientBuilderBaseModifier and TypeMethodDescriptionHttpJdkSolrClient.builder()abstract HttpSolrClientBuilderBase<?, ?> HttpSolrClientBase.builder()Methods in org.apache.solr.client.solrj.impl with parameters of type HttpSolrClientBuilderBaseModifier and TypeMethodDescriptionCloudSolrClient.Builder.withHttpClientBuilder(HttpSolrClientBuilderBase<?, ?> internalClientBuilder) If provided, the CloudSolrClient will build it's internal client using this builder (instead of the empty default one).CloudSolrClient.Builder.withInternalClientBuilder(HttpSolrClientBuilderBase<?, ?> internalClientBuilder) Deprecated.Constructors in org.apache.solr.client.solrj.impl with parameters of type HttpSolrClientBuilderBaseModifierConstructorDescriptionprotectedHttpSolrClientBase(String serverBaseUrl, HttpSolrClientBuilderBase<?, ?> builder)