Skip to content

Commit

Permalink
Add maxBooleanClauses setting to default solr.xml (#631)
Browse files Browse the repository at this point in the history
This value is used in conjunction with any per-core values specified in
configsets.
  • Loading branch information
gerlowskija authored Sep 26, 2023
1 parent 55665a1 commit da17d20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions controllers/util/solr_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ const DefaultSolrXML = `<?xml version="1.0" encoding="UTF-8" ?>
<int name="socketTimeout">${socketTimeout:600000}</int>
<int name="connTimeout">${connTimeout:60000}</int>
</shardHandlerFactory>
<int name="maxBooleanClauses">${solr.max.booleanClauses:1024}</int>
%s
</solr>
`
Expand Down
7 changes: 7 additions & 0 deletions helm/solr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ annotations:
url: https://github.com/apache/solr-operator/issues/616
- name: Version Compatibility Documentation
url: https://apache.github.io/solr-operator/docs/upgrade-notes.html#solr-versions
- kind: changed
description: The default solr.xml now includes a `maxBooleanClauses` value of `${solr.max.booleanClauses:1024}`.
links:
- name: Github Issue
url: https://github.com/apache/solr-operator/issues/630
- name: Github PR
url: https://github.com/apache/solr-operator/pull/631
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/recommendations: |
- url: https://artifacthub.io/packages/helm/apache-solr/solr-operator
Expand Down

0 comments on commit da17d20

Please sign in to comment.