You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Enable the `search_api_solr` module either using the web interface or
32
+
```bash
33
+
ddev drush en -y search_api_solr
34
+
```
26
35
4. Create a Search API server at `admin/config/search/search-api` -> "Add server"
27
36
5. Create a server with the following settings
28
37
* Set "Server name" to anything you want. Maybe `ddev-solr-server`.
@@ -57,9 +66,9 @@ See [the documentation in the `doc` folder](doc/README.md)
57
66
58
67
## Explanation
59
68
60
-
This is the classic Drupal `solr:8` image recipe used for a long time by Drupal users and compatible with `search_api_solr`.
69
+
This originates from the classic Drupal `solr:8` image recipe used for a long time by Drupal users and compatible with `search_api_solr`.
61
70
62
-
* It installs a [`.ddev/docker-compose.solr.yaml`](docker-compose.solr.yaml) using the solr:8 docker image.
71
+
* It installs a [`.ddev/docker-compose.solr.yaml`](docker-compose.solr.yaml) using the `solr:8` docker image.
63
72
* A standard Drupal 9+ Solr configuration is included in [.ddev/solr/conf](solr/conf).
64
73
* A [.ddev/docker-entrypoint-initdb.d/solr-configupdate.sh](solr/docker-entrypoint-initdb.d/solr-configupdate.sh) is included and mounted into the Solr container so that you can change Solr config in `.ddev/solr/conf` with just a `ddev restart`.
0 commit comments