Tag Archives: solr

Set HttpBasicAuth credentials through code when using SolrJ

When using Solr Basic Authentication we need to set HttpBasicAuth credentials at JVM level(explained here) at the Client side to authenticate all requests. To do this we need to pass in JVM args and set following HttpBasicAuth credentials in the … Continue reading

Posted in Thechy Stuff | Tagged , , , , | Leave a comment