Re: How to use ConcurrentUpdateSolrServer for Secured Solr?

2015-03-23 Thread Mark Miller
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

Re: How to use ConcurrentUpdateSolrServer for Secured Solr?

2015-03-22 Thread Ramkumar R. Aiyengar
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

How to use ConcurrentUpdateSolrServer for Secured Solr?

2015-03-20 Thread Furkan KAMACI
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