apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
243 stars 112 forks source link

Add maxBooleanClauses to solr.xml template #630

Closed gerlowskija closed 9 months ago

gerlowskija commented 9 months ago

Solr 8.1 introduced a maxBooleanClauses setting to solr.xml as an additional control supplementing the similar per-core solrconfig.xml setting.

Now that the operator has bumped its minimum-Solr-version to 8.11, we can include a default value for this setting in our solr.xml template.

gerlowskija commented 9 months ago

Changes were implemented in this PR and will be in the 0.8.0 release