Uses of Class
org.apache.solr.client.solrj.impl.HttpSolrClientBase
-
Packages that use HttpSolrClientBase Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes. -
-
Uses of HttpSolrClientBase in org.apache.solr.client.solrj.impl
Classes in org.apache.solr.client.solrj.impl with type parameters of type HttpSolrClientBase Modifier and Type Class Description classHttpSolrClientBuilderBase<B extends HttpSolrClientBuilderBase<?,?>,C extends HttpSolrClientBase>Subclasses of HttpSolrClientBase in org.apache.solr.client.solrj.impl Modifier and Type Class Description classHttp2SolrClientDifference between thisHttp2SolrClientandHttpSolrClient:Http2SolrClientsends requests in HTTP/2Http2SolrClientcan point to multiple urlsHttp2SolrClientdoes not expose its internal httpClient likeHttpSolrClient.getHttpClient(), sharing connection pools should be done byHttp2SolrClient.Builder.withHttpClient(Http2SolrClient)classHttpJdkSolrClientA SolrClient implementation that communicates to a Solr server using the built-in Java 11+ Http Client.Methods in org.apache.solr.client.solrj.impl with type parameters of type HttpSolrClientBase Modifier and Type Method Description protected <B extends HttpSolrClientBase>
BHttp2SolrClient.Builder. build(Class<B> type)
-