/solr

Solr docker container image

Primary LanguageShellMIT LicenseMIT

Apache Solr Docker Container Image

Build Status Docker Pulls Docker Stars Docker Layers

Docker Images

❗️For better reliability we release images with stability tags (wodby/solr:8-X.X.X) which correspond to git tags. We strongly recommend using images only with stability tags.

Supported tags and respective Dockerfile links:

Environment Variables

Variable Default Value Description
SOLR_HEAP 1024m
SOLR_DEFAULT_CONFIG_SET See config sets

Config sets

Drupal Search API Solr

Apart from the default config set, this image contains predefined config sets for Drupal from Search API Solr module. To set one of the following config sets as a default for new cores, add environment variable $SOLR_DEFAULT_CONFIG_SET with the value search_api_solr_[VERSION] with [VERSION] replaced to one of the listed below, e.g. search_api_solr_4.0 or search_api_solr_8.x-3.9.

Matrix of Search API Solr x Solr version support.

Version Solr 8.x Solr 7.x Solr 6.x Solr 5.x
4.1.6
4.0.1
8.x-3.9
8.x-3.2
8.x-2.7
8.x-2.6
8.x-2.5
8.x-2.4
8.x-2.3
8.x-2.2
8.x-2.1
8.x-2.0
8.x-1.2
8.x-1.1
8.x-1.0
7.x-1.14
7.x-1.13
7.x-1.12
7.x-1.11
7.x-1.10
7.x-1.9
7.x-1.8
7.x-1.7

Orchestration actions

Usage:

make COMMAND [params ...]

commands:
    create (default) core [host config_set instance_dir] 
    init [host] 
    upgrade 
    ping core [host]
    reload core [host]
    delete core [host]
    check-ready [host max_try wait_seconds]
 
default params values:
    host localhost
    config_set data_driven_schema_configs (or _default in newer versions)
    max_try 1
    wait_seconds 1
    delay_seconds 0

Deployment

Deploy Solr to your server via Wodby Wodby: