apache / apache/solr-operator

The solrModules and additionalLibs configurations should work for custom solr.xml configMap

Open
#403 2 comments 0 reactions 0 assignees View on GitHub
cloud enhancement
Dominant language
Go
Stars
283
Forks
148
PR merge metrics
No merged PRs in 30d

Description

If you have a custom `solr.xml` in a configMap, then the `solrModules` and `additionalLibs` configurations will not work, as they are obly applied when building a defualt solr.xml.

Perhaps we could document that if your custom solr.xml does not contain these tags or they are empty, then the operator is allowed to overwrite them:

```xml

```
or also if the default variable is set:
```xml
${solr.sharedLib:}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

No file, test, or documentation entry point is named in the issue. Review the operator documentation for custom solr.xml ConfigMaps, then verify that it explains how empty sharedLib tags or the ${solr.sharedLib:} default variable interact with solrModules and additionalLibs; done when users can determine the supported configuration from the docs.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.