Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update solr config with Search API Solr 4.3.x configset #106

Open
marji opened this issue Sep 10, 2024 · 1 comment
Open

Update solr config with Search API Solr 4.3.x configset #106

marji opened this issue Sep 10, 2024 · 1 comment

Comments

@marji
Copy link

marji commented Sep 10, 2024

There has been significant changes between search_api_solr 4.2.x and the current search_api_solr 4.3.x.

There is no easy upgrade path, the solr core needs to be dropped to get rid of the 4.2.x configuration and recreated with the 4.3.x

The solr config .docker/config/solr/ should be upgraded with 4.3.x schema.

Justification

search_api_solr 4.2.x version is not supported. To avoid schema errors, as per the release notes:
https://www.drupal.org/project/search_api_solr/releases/4.3.5 "How to upgrade from 4.2.x or earlier"
or https://www.drupal.org/project/search_api_solr/issues/3390768
the scaffold should use 4.3.x configset.

@marji
Copy link
Author

marji commented Sep 10, 2024

I've created #105 to address this.

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

No branches or pull requests

1 participant