Re: Solr Collections Join

2022-03-11 Thread Rohan Kasat
If it’s a solr cloud setup. You can create an alias and then try to query that alias. Regards, Rohan On Fri, Mar 11, 2022 at 1:27 PM Srijan wrote: > Is this a SolrCloud setup? > > On Thu, Mar 10, 2022, 22:25 Venkateswarlu Bommineni > wrote: > > > Hello All, > > > > I have a requirement to join

Sort function performance

2022-03-11 Thread David Williams
Hello, I’m having some performance issues using the min function and geodist. The exists check performed by MinFloatFunction can cause this to be evaluated three times if it’s the first clause in the min or twice for the others. Example sort function: min(if(lte(20,geodist()),13,15),13,27)

How do you upgrade log4j 2.16.0 to log4js 2.17.1?? (Solr 8.11.1)

2022-03-11 Thread Heller, George A III CTR (USA)
We have a Solr 8.11.1 installation we are getting ready to deploy to production. Our security people sent a finding that log4js 2.16.0 is vulnerable to a DOS attack so we either want to upgrade Sole to a newer release or upgrade log4 to 2.17.0 I see that there is no current release of Solr newe

Re: Solr Collections Join

2022-03-11 Thread Venkateswarlu Bommineni
Yes, it is solrcloud setup. On Fri, Mar 11, 2022 at 12:57 AM Srijan wrote: > Is this a SolrCloud setup? > > On Thu, Mar 10, 2022, 22:25 Venkateswarlu Bommineni > wrote: > > > Hello All, > > > > I have a requirement to join 2 collections and get fields from both the > > collections. > > > > I ha

Re: How do you upgrade log4j 2.16.0 to log4js 2.17.1?? (Solr 8.11.1)

2022-03-11 Thread Jan Høydahl
Please do not cross-post to several lists. I'm replying only to the users list. Solr 8.11.1 is not vulnerable to the attack you refer to. Please see https://solr.apache.org/security.html#apache-solr-affected-by-apache-log4j-cve-2021-44228

Re: How do you upgrade log4j 2.16.0 to log4js 2.17.1?? (Solr 8.11.1)

2022-03-11 Thread Robert Pearce
We simply deleted the earlier versions of the log4j jars from the server/lib/ext folder and replaced them with 2.17.1 versions, and restarted Solr. Works normally > On 11 Mar 2022, at 13:29, Heller, George A III CTR (USA) > wrote: > > We have a Solr 8.11.1 installation we are getting ready t

Joining 2 collections in SolrCloud setup

2022-03-11 Thread Venkateswarlu Bommineni
Hello All, I am sending one more email with more details. Solr is started in SlorCloud mode. I have 2 collections. collection1: { "id":"123", "name":"name", "description":"description" } collection2: { "id":"123", "stock":"inStock", "price":40 } I am writing the joining as below and executing