Re: Implementing Authentication for Solr Indexing and Querying in a Spring Boot Project

2023-12-12 Thread Uday Kumar
Thank You Shawn,will go through suggestions provided! *Thanks & Regards,* *Uday Kumar* On Wed, Dec 13, 2023 at 1:35 AM Shawn Heisey wrote: > On 12/11/23 01:48, Uday Kumar wrote: > > *1. Authentication for Indexing:* > > > > We are currently using the SolrJ client for indexing documents into th

Re: Implementing Authentication for Solr Indexing and Querying in a Spring Boot Project

2023-12-12 Thread Shawn Heisey
On 12/11/23 01:48, Uday Kumar wrote: *1. Authentication for Indexing:* We are currently using the SolrJ client for indexing documents into the Solr index. However, with authentication enabled at Solr, we are uncertain about the best practices for implementing authentication within the SolrJ clie

Re: Implementing Authentication for Solr Indexing and Querying in a Spring Boot Project

2023-12-12 Thread Uday Kumar
Hello all, Do we have any update on best practices related to above mentioned challenges? *Thanks & Regards,* *Uday Kumar* On Mon, Dec 11, 2023 at 2:18 PM Uday Kumar wrote: > Hello all, > > We are working on a project which involves two processes, indexing > documents into Solr cloud and quer