We have a need to set the maxBooleanClauses=10240 with Solr 8.11 in solr cloud 
mode.  We overwrite the system variable default through solrcloud.yaml file and 
rolling restart the severs one by one. The new System variable is shown up in 
Solr admin’s Java properties page. But it has no effect on Solr query. We still 
see the error in log.

too many boolean clauses

solrconfig.xml: <maxBooleanClauses> of 10240 is greater than global limit of 
1024 and will have no effect set 'maxBooleanClauses' in solr.xml to increase 
global limit


I checked the documentation, it seems that Solr Cloud is using zookeeper to 
store solr.xml. 
(https://solr.apache.org/guide/8_11/format-of-solr-xml.html#defining-solr-xml).

Any ideas on how to make the above configuration changes to reach Solr query?

Thank you,

Weiling

Confidentiality Notice: The information contained in this e-mail and any 
attachment(s) is confidential and for the use of the addressee(s) only. If you 
are not the intended recipient of this e-mail, do not duplicate or redistribute 
it by any means. Please delete this e-mail and any attachment(s) and notify us 
immediately. Unauthorized use, reliance, disclosure or copying of the contents 
of this e-mail and any attachment(s), or any similar action, is strictly 
prohibited. Fitch Solutions reserves the right, to the extent permitted by 
applicable law, to retain, monitor and intercept e-mail messages both to and 
from its systems.

Reply via email to