Reputation: 591
We have SOLR (4.6) servers with basic authentication.
We want to do shard queries over them but we can't find a way to pass the authentication info, via the query or via SOLRJ...
We see a few threads on this issue open, but no resolution:
Upvotes: 1
Views: 229
Reputation: 111
Have you tried this?
https://wiki.apache.org/solr/SolrSecurity
Security for inter-solr-node requests configuration point.
Upvotes: 1