On 10/18/2021 11:24 PM, nskarthik wrote:
Thx for the snippet of SolrJ code for Core Creation...

Request Do we have a Solr/Solrj internal implementation of AAA on this Core 
creation

I have never used that capability in Solr. It's there, but I have found that the best way to secure Solr is by restricting it at the network level to only the IP addresses of people and software that actually need it.

https://solr.apache.org/guide/8_10/basic-authentication-plugin.html

Do we have a GIT repository with these sorts of java-solr example.. to try

I wrote that code by hand from scratch by exploring the objects with eclipse. That I know of, there is no comprehensive repository available.

https://solr.apache.org/guide/8_10/using-solrj.html

The tests included with Solr's source code are probably the best reference for all of SolrJ's capability. I confess that I have not looked at most of the tests.

Thanks,
Shawn

Reply via email to