Sorting nested document

2022-03-08 Thread Pranaya Behera
I have the documents as parent-child relationship: https://gist.github.com/shadow-fox/fb525a7efe66622230e61d6253b6cfa9 How to sort the parent (type_s:product)s based on the grandchildren (type_s:vendor) field value ? |parent = type_s: product children = type_s: sku grandchildren = type_s:sto

Solr upgrades perform badly: The final resolution!

2022-03-08 Thread Dominic Humphries
Hey folks, you might remember me posting a while back about a problem we were having with upgrading: We were using 8.3 with no major problems, but when we tried upgrading to the latest Solr we saw slower response times and increased failures, to the point where we couldn't even consider upgrading.

Re: Solr upgrades perform badly: The final resolution!

2022-03-08 Thread matthew sporleder
Awesome follow up. Thanks. On Tue, Mar 8, 2022 at 8:00 AM Dominic Humphries wrote: > > Hey folks, > > you might remember me posting a while back about a problem we were having > with upgrading: We were using 8.3 with no major problems, but when we tried > upgrading to the latest Solr we saw slow

Re: Solr upgrades perform badly: The final resolution!

2022-03-08 Thread Charlie Hull
Great to hear you've arrived at a solution and very happy we could help! I'm also very pleased you posted here - as you say, perhaps someone else will need this. Cheers Charlie On 08/03/2022 13:00, Dominic Humphries wrote: Hey folks, you might remember me posting a while back about a proble

How to clear vulnerability test errors

2022-03-08 Thread mtn search
Hello, Our company recently started running vulnerability tests against our Solr 6 servers by sending api calls to create cores with the core names being a nefarious string. This string is actually an invalid core name and so the core is not actually created (which is good). However, it adds the

Re: How to clear vulnerability test errors

2022-03-08 Thread Shawn Heisey
On 3/8/22 14:09, mtn search wrote: Our company recently started running vulnerability tests against our Solr 6 servers by sending api calls to create cores with the core names being a nefarious string. This string is actually an invalid core name and so the core is not actually created (which is

solr-operator stale reads

2022-03-08 Thread Joel Bernstein
Hi, One of the things we've run into in our tests is that we appear to be getting stale reads from Kube when getting state information on solrcloud objects. For example one kubeclient (Fabric8 Java) will see a SolrCloud object in a different state than another Fabric8 client. I wanted to check an

Re: solr-operator stale reads

2022-03-08 Thread Joel Bernstein
Based on this ticket I think it's Kube: https://github.com/kubernetes/kubernetes/issues/59848 Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Mar 8, 2022 at 7:35 PM Joel Bernstein wrote: > Hi, > > One of the things we've run into in our tests is that we appear to be > getting stale reads