We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
.docker/config/solr/
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.
The text was updated successfully, but these errors were encountered:
I've created #105 to address this.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: