RE: Basic auth plugin in solr 9.6.1

2024-09-17 Thread Mugi, Krishnavamsireddy
n unless there is a rule for it. Jan > 17. sep. 2024 kl. 12:18 skrev Mugi, Krishnavamsireddy > : > > Hi Team, > > I am trying to enable authentication for my local solr admin console using > basic auth plugin, Below is the configuration I am following in the &g

Basic auth plugin in solr 9.6.1

2024-09-17 Thread Mugi, Krishnavamsireddy
Hi Team, I am trying to enable authentication for my local solr admin console using basic auth plugin, Below is the configuration I am following in the security.json file. { "authentication": { "blockUnknown": true, "class": "solr.BasicAuthPlugin", "credentials": { "admin":

RE: Query related to solr 9.6.1

2024-09-13 Thread Mugi, Krishnavamsireddy
fields in qf parameter in 9.6.1, But it is working fine in 6.5.1. How can we rectify this error, Please let us know. Thanks&Regards KrishnaVamsi -Original Message- From: Mikhail Khludnev Sent: 13 September 2024 02:16 To: users@solr.apache.org Subject: Re: Query related to

Query related to solr 9.6.1

2024-09-11 Thread Mugi, Krishnavamsireddy
Hi Team, We have migrated our solr instance from 6.5.1 to 9.6.1. In 6.5.1, we were sending multiple fields in qf parameter in edisMax with spaces in between, Something like below. It was working fine. qf=workflowId_t, originalTitle_t, sourceRefId_t Same thing we are trying to do in 9.6.1, we a