-
Couldn't load subscription status.
- Fork 22
Updated solr config-set from search_api_solr 4.3.5 #105
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
base: develop
Are you sure you want to change the base?
Conversation
(synced from search_api_solr/jump-start/solr8/config-set/).
|
This addresses issue #106 |
|
To verify the config-set provided in this PR: Check out the search_api_solr v4.3.5: Now you can compare the |
|
Thanks @marji — we will look at getting this tested and will then take this through the internal review process to get this released. |
| @@ -419,10 +430,10 @@ | |||
| English Text Field | |||
| 7.0.0 | |||
| --> | |||
| <fieldType name="text_en" class="solr.TextField" positionIncrementGap="100"> | |||
| <fieldType name="text_en" class="solr.TextField" positionIncrementGap="100" storeOffsetsWithPositions="true"> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@steveworley this change will disrupt all PaaS sites when they write into the existing index unless the deployment recreates the Solr core and reindexes the content. We will need to find a solution for sites with a high content volume.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solr error:
Caused by: java.lang.IllegalArgumentException: cannot change field "tm_X3b_en_body" from index options=DOCS_AND_FREQS_AND_POSITIONS to inconsistent index options=DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS
Clearing indexed data from Search API won't fix the error. The error can only be fixed for existing index by removing the directory /var/solr/drupal directory from the Solr container and restart the service so that Solr creates a new index.
Update the solr configuration based on the search_api_solr 4.3.5 drupal module.
This change updates
.docker/config/solr/withsearch_api_solr/jump-start/solr8/config-set/.