xpertselect-portals/solr-configsets

The Apache Solr configsets used in the XpertSelect Portals stack.

1.7.0 2024-08-15 09:51 UTC

This package is auto-updated.

Last update: 2024-12-15 10:31:34 UTC


README

gitlab.com/xpertselect/portals/solr-configsets

This repository contains the Apache Solr configsets used in the XpertSelect Portals stack.

License

View the LICENSE.md file for licensing details.

Docker image

The Apache Solr configsets are made available as a light-weight Docker image in the Gitlab.com container registry via registry.gitlab.com/xpertselect/portals/solr-configsets. This image contains only the configsets contained in this repository! The below example illustrates how this image can be incorporated into an Apache Solr Docker image.

FROM solr:8.11

COPY --chown=8983:8983 --from=registry.gitlab.com/xpertselect/portals/solr-configsets:latest \
    /solr-configsets/portals_ckan \
    /opt/solr/server/solr/configsets/portals_ckan

A new version of the image is made available for each release. Additionally, a latest tag is available to access the latest working version.

Composer

The Apache Solr configsets are made available as a Composer package under the name xpertselect-portals/solr-configsets on Packagist.org.

composer require xpertselect-portals/solr-configsets

A new version of the package is made available for each release.