Skip to content
SPONSORS

Solr

Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more. Solr powers the search and navigation features of many of the world's largest internet sites.

You can easily add it to your Lando app by adding an entry to the services top-level config in your Landofile.

yaml
services:
  myservice:
    type: solr

Supported versions

Legacy versions

You can still run these versions with Lando but for all intents and purposes they should be considered deprecated (e.g. YMMV and do not expect a ton of support if you have an issue).

Patch versions

Not officially supported!

While we allow users to specify patch versions for this service, they are not officially supported, so if you use one, YMMV. Also note that patch versions are not available for Solr 3.x and 4.x.

To use a patch version, you can do something as shown below:

yaml
services:
  myservice:
    type: solr:5.5.5

But make sure you use one of the available patch tags for the underlying image we are using.