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
Copy file name to clipboardExpand all lines: docs/infrastructure_and_maintenance/clustering/clustering_with_ddev.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,8 @@ You can access the Solr admin UI from the host by running `ddev solr-admin` comm
102
102
or by using port 8983 on the same `.ddev.site` subdomain than the front (use `ddev describe` to get that URL),
103
103
and use the credentials username `solr` and password `SolrRocks` (as in the Solr V2 API call example above).
104
104
105
+
For more information on topics such as version of Solr, see [ddev/ddev-solr README](https://github.com/ddev/ddev-solr).
106
+
105
107
## Share cache and sessions
106
108
107
109
You can add a [persistence cache pool](persistence_cache.md#persistence-cache-configuration) and a [session handler](sessions.md#session-handlers) to the cluster.
0 commit comments