Re: Access denied permission issue on shared mount storage on SOLR 9

2022-10-20 Thread Jan Høydahl
Hi, Solr 9 runs under the java security manager, and although %SOLR_HOME% should be permitted, looks like you also need a rule to permit your UNC path. Try running without the security manager by setting SOLR_SECURITY_MANAGER_ENABLED=false in solr.in.cmd (there is an example there) Jan > 18.

Re: Schema question: multi-valued field pint vs pints

2022-10-20 Thread Houston Putman
Hello Christopher, If you look at the schema, you will see that "pint" and "pints" are FieldTypes that are defined in that same schema. I think they are identical, except for the "multivalued" flag. But you can change this if you want to. Solr should not be changing the field type of a field for

Re: Solr 9 standalone mode nullPointerException when ShardHandlerFactory defined

2022-10-20 Thread Houston Putman
So it looks like this could be an easy fix, regardless of whether Standalone should support the shardHandlerFactory being included. If you make a JIRA, I'll submit a PR. As for the CI tests/production clusters comment, I would recommend using the embedded zookeeper and make a single node Solr

Re: Solr 9 and the Affinity placement plugin

2022-10-20 Thread Houston Putman
I agree with Jan. Though I have seen this exact usage multiple times, so it will likely be beneficial to the community. - Houston On Thu, Oct 13, 2022 at 3:34 AM Jan Høydahl wrote: > Hi, > > In Solr 9 the focus is on a rich Java API that will allow you to create > your own placement plugin

Re: Solr 9 standalone mode nullPointerException when ShardHandlerFactory defined

2022-10-20 Thread Houston Putman
So it looks like this could be an easy fix, regardless of whether Standalone should support the shardHandlerFactory being included. If you make a JIRA, I'll submit a PR. As for the CI tests/production clusters comment, I would recommend using the embedded zookeeper and make a single node Solr

Re: Solr Contributor Bootcamp announced to coincide with ApacheCon USA

2022-10-20 Thread Anakhe Ajayi
Thanks, I attended the first one but had connection issues 30 minutes before the close of it so I left early, I will look into the recording for what I missed On Thu, Oct 20, 2022, 3:26 PM Jason Gerlowski wrote: > Hi Anakhe, > > Yes; still planned for today! We actually just finished our first

Re: Solr Contributor Bootcamp announced to coincide with ApacheCon USA

2022-10-20 Thread Jason Gerlowski
Hi Anakhe, Yes; still planned for today! We actually just finished our first time slot a few minutes ago. We'll be doing another session covering the same material today at 4pm EST (about 5 and a half hours from now). Hope you can make it! If not - we'll have recordings and slides available,

Re: Apache Solr Remote Code Execution Vulnerability

2022-10-20 Thread Jan Høydahl
Hi, You may not be vulnerable, if none of your configs use Velocity ("/browse" handler). However, you have several choices * Remove the contrib/velocity folder on your Solr install * Upgrade Solr servers to at least 8.4 Our general recommendation would be to attempt an upgrade on your test

Re: Solr Contributor Bootcamp announced to coincide with ApacheCon USA

2022-10-20 Thread Anakhe Ajayi
Writing to confirm if the Solr contributor's boot camp is still taking place as scheduled. On Wed, Oct 19, 2022 at 2:34 PM Haythem Khiri wrote: > Option one is also ideal for me > > Le mardi 18 octobre 2022 à 18:27:35 UTC+2, Walton Goga < > waltong...@gmail.com> a écrit : > > Option one is

Re:Solr 8.11 join and crossCollection join about q.op

2022-10-20 Thread Changcheng Shao
Hi,Solr team About the join and crossCollection query, I open the debugQuery, and the query, log and result is: 1. crossCollection Join query:

Apache Solr Remote Code Execution Vulnerability

2022-10-20 Thread hari prasad
Hi All, We have a Sitecore project and we are using windows Solr (solr-version 8.1.1). We been asked to fix the below vulnerability in our server. Vulnerability name: Apache Solr Remote Code Execution Vulnerability. And this is the patch fix Solr-13971 given by the team. Could anyone