Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

* Updated to [@lando/php@1.12.0](https://github.com/lando/php/releases/tag/v1.12.0) for mod_headers/mod_expires and xdebug log fix

## v1.5.0 - [February 18, 2026](https://github.com/lando/solr/releases/tag/v1.5.0)

* Updated `@lando/php` to `^1.10.0`
Expand Down
27 changes: 13 additions & 14 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
---
title: Solr Lando Plugin
description: Add a highly configurable Apache Solr service to Lando for local development with all the power of Docker and Docker Compose.
next: ./config.html
---

# Solr

[Solr](https://solr.apache.org/) 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](https://docs.lando.dev/services/lando-3.html) top-level config in your [Landofile](https://docs.lando.dev/landofile/).
You can easily add it to your Lando app by adding an entry to the [services](https://docs.lando.dev/services/lando-3.html) top-level config in your [Landofile](https://docs.lando.dev/core/v3).

```yaml
services:
myservice:
type: solr:9
type: solr
```

## Supported versions

* [9.9](https://hub.docker.com/_/solr/)
* [9.8](https://hub.docker.com/_/solr/)
* [9.7](https://hub.docker.com/_/solr/)
* [9.6](https://hub.docker.com/_/solr/)
* [9.5](https://hub.docker.com/_/solr/)
* [9.4](https://hub.docker.com/_/solr/)
* [9.3](https://hub.docker.com/_/solr/)
* [9.2](https://hub.docker.com/_/solr/)
* [9.1](https://hub.docker.com/_/solr/)
* [9](https://hub.docker.com/_/solr/)
* [9.0](https://hub.docker.com/_/solr/)
* [9.7](https://hub.docker.com/_/solr/) **(experimental)**
* [9.6](https://hub.docker.com/_/solr/) **(experimental)**
* [9.5](https://hub.docker.com/_/solr/) **(experimental)**
* [9.4](https://hub.docker.com/_/solr/) **(experimental)**
* [9.3](https://hub.docker.com/_/solr/) **(experimental)**
* [9.2](https://hub.docker.com/_/solr/) **(experimental)**
* [9.1](https://hub.docker.com/_/solr/) **(experimental)**
* [9](https://hub.docker.com/_/solr/) **(experimental)**
* [9.0](https://hub.docker.com/_/solr/) **(experimental)**
* [8](https://hub.docker.com/_/solr/)
* [8.11](https://hub.docker.com/_/solr/)
* [8.10](https://hub.docker.com/_/solr/)
Expand All @@ -41,7 +40,7 @@ services:
* [8.2](https://hub.docker.com/_/solr/)
* [8.1](https://hub.docker.com/_/solr/)
* [8.0](https://hub.docker.com/_/solr/)
* [7](https://hub.docker.com/_/solr/)
* **[7](https://hub.docker.com/_/solr/)** **(default)**
* [7.7](https://hub.docker.com/_/solr/)
* [7.6](https://hub.docker.com/_/solr/)
* [custom](https://docs.lando.dev/services/lando-3.html#overrides)
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[[context.deploy-preview.plugins]]
package = "netlify-plugin-checklinks"
[context.deploy-preview.plugins.inputs]
todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com", "/v/", "https://hub.docker.com/_/solr/", "https://hub.docker.com/r/actency/docker-solr" ]
todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com", "/v/", "docs.lando.dev/core/v3", "https://hub.docker.com/_/solr/", "https://hub.docker.com/r/actency/docker-solr" ]
skipPatterns = [ ".rss", ".gif", ".jpg" ]
checkExternal = true

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@babel/eslint-parser": "^7.16.0",
"@lando/leia": "^0.6.5",
"@lando/php": "^1.10.0",
"@lando/php": "^1.12.0",
"@lando/vitepress-theme-default-plus": "^1.1.5",
"chai": "^4.3.4",
"command-line-test": "^1.0.10",
Expand Down
Loading