dhavalgojiya/Setup Apache Solr
Setup Apache Solr in CI, create a core, and configure custom configsets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 2, 2026
- License
- MIT
Pinned Snippet
uses: dhavalgojiya/setup-solr-action@4951af91639239f3ea9c4e254f7eafaf64bda3b0 # v1.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| solr-version | Solr Docker image version | yes | — |
| solr-core-name | Name of the Solr core | yes | — |
| solr-custom-configset-path | Optional path to a custom Solr configset (schema.xml, solrconfig.xml, etc.) | no | — |
| solr-port | Host port on which Solr should be accessible (maps to solr container port 8983) | no | 8983 |
Outputs
no outputs