Near Real Time not working as expected

2022-12-07 Thread Matias Laino
Hi all, I recently had an issue with very high cpu usage on our Testing SolrCloud cluster when sending data to Solr, I've tried several which reduced the usage of CPU, now our testing SolrCloud is under an 8 core machine with 32 gb de RAM (recently changed the heap to 21g as a test). When we pu

Is there a way to shape a query response from SOLR similar to the way the Script Update Processor can transform an update payload/document?

2022-12-07 Thread Matthew Castrigno
I need to shape Json the response from SOLR, is there a way to do that? Thank you. -- "This message is intended for the use of the person or entity to which it is addressed and may contain information that is confidential or pri

Re: Near Real Time not working as expected

2022-12-07 Thread Dave
Just out of curiosity are you using metal? And if so ran any disk io tests to see if you may have a hardware problem on any of the nodes? A document won’t be available until all the nodes have it so it just takes one to get slow to slow you down > On Dec 7, 2022, at 9:45 AM, Matias Laino > w

RE: Near Real Time not working as expected

2022-12-07 Thread Matias Laino
I'm sorry but I'm not sure what you mean with metal, our servers are EC2 instances if that helps in any way. MATIAS LAINO | DIRECTOR OF PASSARE REMOTE DEVELOPMENT matias.la...@passare.com | +54 11-6357-2143 -Original Message- From: Dave Sent: Wednesday, December 7, 2022 2:40 PM To: us

Re: CVE-2022-40153 com.fasterxml.woodstox_woodstox-core

2022-12-07 Thread Kevin Risden
https://issues.apache.org/jira/browse/SOLR-16568 is merged and upgrades woodstox-core. The only woodstox-core CVE that remained is CVE-2022-40152 ( https://github.com/advisories/GHSA-3f7h-mf4q-vrm4) and fixed in https://github.com/FasterXML/woodstox/issues/160. It is LOW severity only. Kevin Risde

Re: Near Real Time not working as expected

2022-12-07 Thread Tomás Fernández Löbbe
Are you seeing any messages in the logs with "PERFORMANCE WARNING: Overlapping onDeckSearchers"? Can you elaborate on the autowarm configuration that you have? any "postCommit" events? If you set the logger of "org.apache.solr.search.SolrIndexSearcher" to DEBUG level you should see when the search

Re: Is there a way to shape a query response from SOLR similar to the way the Script Update Processor can transform an update payload/document?

2022-12-07 Thread Mikhail Khludnev
Hello Matthew, Will wt=json https://solr.apache.org/guide/7_1/common-query-parameters.html#wt-parameter work for it? On Wed, Dec 7, 2022 at 8:19 PM Matthew Castrigno wrote: > I need to shape Json the response from SOLR, is there a way to do that? > > Thank you. > > --

group=true solrcloud 8.11

2022-12-07 Thread James Greene
Is the group=true functionality supposed to work in solrcloud 8.11? I've tried the most basic options and reconfigured schema using various combinations of field types as well as index/stored/docvalues settings but it always errors out with NullPointerException I've only been able to find this is

Re: group=true solrcloud 8.11

2022-12-07 Thread Mike Drob
Have you tried the group.main and group.query options? https://solr.apache.org/guide/8_11/result-grouping.html#grouping-examples On Wed, Dec 7, 2022 at 4:16 PM James Greene wrote: > Is the group=true functionality supposed to work in solrcloud 8.11? I've > tried the most basic options and rec

Re: Is there a way to shape a query response from SOLR similar to the way the Script Update Processor can transform an update payload/document?

2022-12-07 Thread Matthew Castrigno
Hi Mikhail, Yes I was reading this section but it was not clear to me how I could accomplish what I need to do with these resources other that writing my own responseWriter. I want to take the key value pairs of the response and change the name of the keys, for example and make changes to the