Re: Solr HTTP client authentication

2014-11-17 Thread Jürgen Wagner (DVT)
new HttpSolrServer( >> SOLR_URL_BASE + "/" + SOLR_CORE_NAME, >> myHttpClient); >> >> >> Best Regards, >> >> http://www.tokenizer.ca >> >> >> -Original Messag

Re: Solr HTTP client authentication

2014-11-17 Thread Bai Shen
enizer.ca > > > -Original Message- > From: Anurag Sharma [mailto:anura...@gmail.com] > Sent: November-17-14 11:21 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr HTTP client authentication > > I think Solr encourage SSL than authentication > > On Mon, No

RE: Solr HTTP client authentication

2014-11-17 Thread Fuad Efendi
myHttpClient); Best Regards, http://www.tokenizer.ca -Original Message- From: Anurag Sharma [mailto:anura...@gmail.com] Sent: November-17-14 11:21 AM To: solr-user@lucene.apache.org Subject: Re: Solr HTTP client authentication I think Solr encourage SSL than authentication On Mon, Nov

Re: Solr HTTP client authentication

2014-11-17 Thread Anurag Sharma
I think Solr encourage SSL than authentication On Mon, Nov 17, 2014 at 6:08 PM, Bai Shen wrote: > I am using solrj to connect to my solr server. However I need to > authenticate against the server and can not find out how to do so using > solrj. Is this possible or do I need to drop solrj? I