Re: Solr upgrade|| LTR performance degrade

2022-09-26 Thread Alessandro Benedetti
Hi Sachin, We didn't get any update on this. As an Apache Solr committer, I deeply care to provide the best software possible to our users. As a user, you can do your part in helping us understand possible bugs and regressions. Let us know and we can try to identify the regression and fix it! Chee

Re: User access to deployed Solr instance

2022-09-26 Thread Jan Høydahl
Let PHP map your app users to Solr core, and keep the connection between PhP and Solr simple with the same basic auth user always. No need for Solr to know about end uses in the setup you describe. Jan Høydahl > 23. sep. 2022 kl. 06:28 skrev Victoria Stuart (VictoriasJourney.com) > : > > I h

Re: User access to deployed Solr instance

2022-09-26 Thread Victoria Stuart (VictoriasJourney.com)
Hi - can you please provide additional details or web links on that approach? Thanks. == Let PHP map your app users to Solr core, and keep the connection between PhP and Solr simple with the same basic auth user always.

Re: User access to deployed Solr instance

2022-09-26 Thread Victoria Stuart (VictoriasJourney.com)
To clarify - in my case the web page has an input / search element that connects to Solr (running in the background) via an Ajax script. == Let PHP map your app users to Solr core, and keep the connection between PhP and

Re: User access to deployed Solr instance

2022-09-26 Thread Shawn Heisey
On 9/26/22 15:06, Victoria Stuart (VictoriasJourney.com) wrote: To clarify - in my case the web page has an input / search element that connects to Solr (running in the background) via an Ajax script. This is a very bad idea.  You've given end users direct access to your Solr server, which yo