cclauss / solr-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solr GitHub Action

This GitHub Action sets up a Solr instance.

Usage

See action.yml

Basic:

steps:
- uses: patric-dosch-vi/solr-action@v1
  with:
    version: '8.11.1-slim'  # See https://hub.docker.com/_/solr for available versions
    core name: 'mycore'
    config path: 'config'
    

License

The scripts and documentation in this project are released under the MIT License

About

License:MIT License


Languages

Language:Shell 69.9%Language:JavaScript 19.3%Language:Dockerfile 10.7%