Re: High CPU utilisation on Solr-8.11.0

2022-05-05 Thread Satya Nand
Thanks, Michael. I missed that mail thread among all responses. I will check that too. On Thu, May 5, 2022 at 6:26 PM Michael Gibney wrote: > Did you yet dig through the mailing list thread link that I posted earlier > in this thread? It explains in more depth, suggests a number of possible >

Re: Indexing "single nested child" in XML

2022-05-05 Thread Thomas Corthals
Hi Mikhail, The JSON Loader does distinguish a singleton from an array in JsonLoader#buildDoc() and JsonLoader#mapEntryIsChildDoc(). I've opened an issue in JIRA with a syntax proposal for XML: https://issues.apache.org/jira/browse/SOLR-16183 It looks like it would be a small adjustment, but I on

Re: High CPU utilisation on Solr-8.11.0

2022-05-05 Thread Michael Gibney
Did you yet dig through the mailing list thread link that I posted earlier in this thread? It explains in more depth, suggests a number of possible mitigations, and has a bunch of links to jira issues that provide extra context. Off the cuff, I'd say that setting `enableGraphQueries=false` may be m

Re: High CPU utilisation on Solr-8.11.0

2022-05-05 Thread Satya Nand
Hi Michael, 1. set `pf=` (phrase field empty string), disabling implicit phrase query > building. This would help give a sense of whether phrase queries are > involved in the performance issues you're seeing. We are also in the process of moving from standalone 6.6 to 8.7 Solr cloud, We also no