To permit a query with more than 1024 clauses, we can increase the Java parameter solr.max.booleanClauses which fill the configuration maxBooleanClauses.
Since the last Solr update, the solr.xml have been emptied and now the default general value is 1024.
But core values cannot exceed the general value, so the 10000 is ignored.
Here the warn while launching Solr for each core:
o.a.s.c.SolrConfig solrconfig.xml: <maxBooleanClauses> of 10000 is greater than global limit of 1024 and will have no effect set 'maxBooleanClauses' in solr.xml to increase global limit