coolstim opened a new issue, #526: URL: https://github.com/apache/solr-operator/issues/526
The default solr.xml does not contain a default entry for maxBooleanClauses. This prevents the value to be set via javaOpts and forces uses to implement a custom config map with a custom solr.xml; Adding `<int name="maxBooleanClauses">${solr.max.booleanClauses:1024}</int>` to the `const DefaultSolrXML` would not change the default values but would allow a simple override via the javaOpts -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org