Skip to content

Conversation

@adriendupuis
Copy link
Contributor

@adriendupuis adriendupuis commented Nov 25, 2025

Question Answer
JIRA Ticket
Versions 5.0, 4.6
Edition All

bitnami/solr image isn’t free anymore so our ibexa/ddev-solr based on it doesn’t work anymore.

Update "Clustering with DDEV" and move to ddev/ddev-solr.

Preview of Clustering with DDEV: Solr

Pros:

  • no need to maintain ibexa/ddev-solr and its embeded configset.
  • it's easier to keep the solr container but change the SEARCH_ENGINE to another one.

Cons:

  • that it's in fact a Solr Cloud

Checklist

  • Text renders correctly
  • Text has been checked with vale
  • Description metadata is up to date
  • Redirects cover removed/moved pages
  • Code samples are working
  • PHP code samples have been fixed with PHP CS fixer
  • Added link to this PR in relevant JIRA ticket or code PR

@adriendupuis adriendupuis changed the title clustering_with_ddev.md: use ddev/ddev-solr Clustering with DDEV: use ddev/ddev-solr Nov 25, 2025
@github-actions
Copy link

Preview of modified files

Preview of modified Markdown:

@adriendupuis adriendupuis marked this pull request as ready for review November 26, 2025 09:54
Copy link
Contributor

@mnocon mnocon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I've added an optional suggestion, but it's good to be merged already

Comment on lines +101 to +105
You can access the Solr admin UI from the host by running `ddev solr-admin` command
or by using port 8983 on the same `.ddev.site` subdomain than the front (use `ddev describe` to get that URL),
and use the credentials username `solr` and password `SolrRocks` (as in the Solr V2 API call example above).

For more information on topics such as version of Solr, see [ddev/ddev-solr README](https://github.com/ddev/ddev-solr).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
You can access the Solr admin UI from the host by running `ddev solr-admin` command
or by using port 8983 on the same `.ddev.site` subdomain than the front (use `ddev describe` to get that URL),
and use the credentials username `solr` and password `SolrRocks` (as in the Solr V2 API call example above).
For more information on topics such as version of Solr, see [ddev/ddev-solr README](https://github.com/ddev/ddev-solr).
You can access the Solr admin UI from the host by:
-running `ddev solr-admin` command
- accessing port 8983 on the same `.ddev.site` subdomain as the front. Use `ddev describe` to get this URL)
Use the credentials username `solr` and password `SolrRocks` (as in the Solr V2 API call example above).
For more information on topics such as avaialble versions of Solr, see [ddev/ddev-solr README](https://github.com/ddev/ddev-solr).

I think it's more readable as a list - and can be splitted into multiple sentences

Site note: I'm not sure what front means in this context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants