Doesn't ConcurrentUpdateSolrServer take an HttpClient in one of it's
constructors?
- Mark
On Sun, Mar 22, 2015 at 3:40 PM Ramkumar R. Aiyengar <
andyetitmo...@gmail.com> wrote:
> Not a direct answer, but Anshum just created this..
>
> https://issues.apache.org/jira/browse/SOLR-7275
> On 20 Mar
Not a direct answer, but Anshum just created this..
https://issues.apache.org/jira/browse/SOLR-7275
On 20 Mar 2015 23:21, "Furkan KAMACI" wrote:
> Is there anyway to use ConcurrentUpdateSolrServer for secured Solr as like
> CloudSolrServer:
>
> HttpClientUtil.setBasicAuth(cloudSolrServer.getLbS
Is there anyway to use ConcurrentUpdateSolrServer for secured Solr as like
CloudSolrServer:
HttpClientUtil.setBasicAuth(cloudSolrServer.getLbServer().getHttpClient(),
, );
I see that there is no way to access HTTPClient for
ConcurrentUpdateSolrServer?
Kind Regards,
Furkan KAMACI