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. -
-
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()Deprecated.Create aHttpSolrClientbased on provided configuration.protected HttpSolrClientLBHttpSolrClient. makeSolrClient(String server)Deprecated.useLBHttpSolrClient.makeSolrClient(Endpoint)insteadprotected HttpSolrClientLBHttpSolrClient. makeSolrClient(LBSolrClient.Endpoint endpoint)Deprecated.
-