public class ModifiedLBHttpSolrClient
extends org.apache.solr.client.solrj.impl.LBHttpSolrClient
Constructor and Description |
---|
ModifiedLBHttpSolrClient(org.apache.http.client.HttpClient httpClient,
org.apache.solr.client.solrj.ResponseParser parser,
String... solrServerUrl)
The provided httpClient should use a multi-threaded connection manager
|
ModifiedLBHttpSolrClient(org.apache.http.client.HttpClient httpClient,
String... solrServerUrl)
The provided httpClient should use a multi-threaded connection manager
|
ModifiedLBHttpSolrClient(String... solrServerUrls) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.solr.client.solrj.impl.HttpSolrClient |
makeSolrClient(String server) |
addQueryParams, addSolrServer, addZombie, close, doRequest, finalize, getHttpClient, getParser, getQueryParams, getRequestWriter, normalize, removeSolrServer, request, request, setAliveCheckInterval, setConnectionTimeout, setParser, setQueryParams, setRequestWriter, setSoTimeout, shutdown
add, add, add, add, add, add, add, add, add, add, addBean, addBean, addBean, addBean, addBeans, addBeans, addBeans, addBeans, addBeans, addBeans, commit, commit, commit, commit, commit, commit, deleteById, deleteById, deleteById, deleteById, deleteById, deleteById, deleteById, deleteById, deleteByQuery, deleteByQuery, deleteByQuery, deleteByQuery, getBinder, getById, getById, getById, getById, getById, getById, getById, getById, optimize, optimize, optimize, optimize, optimize, optimize, ping, query, query, query, query, queryAndStreamResponse, queryAndStreamResponse, request, rollback, rollback
public ModifiedLBHttpSolrClient(String... solrServerUrls) throws MalformedURLException
MalformedURLException
public ModifiedLBHttpSolrClient(org.apache.http.client.HttpClient httpClient, String... solrServerUrl) throws MalformedURLException
MalformedURLException
public ModifiedLBHttpSolrClient(org.apache.http.client.HttpClient httpClient, org.apache.solr.client.solrj.ResponseParser parser, String... solrServerUrl) throws MalformedURLException
MalformedURLException
protected org.apache.solr.client.solrj.impl.HttpSolrClient makeSolrClient(String server)
makeSolrClient
in class org.apache.solr.client.solrj.impl.LBHttpSolrClient