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

Updated solr config-set from search_api_solr 4.3.5 #105

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

marji
Copy link

@marji marji commented Sep 10, 2024

Update the solr configuration based on the search_api_solr 4.3.5 drupal module.

This change updates .docker/config/solr/ with search_api_solr/jump-start/solr8/config-set/.

(synced from search_api_solr/jump-start/solr8/config-set/).
@marji
Copy link
Author

marji commented Sep 10, 2024

This addresses issue #106

@marji
Copy link
Author

marji commented Sep 10, 2024

To verify the config-set provided in this PR:

Check out the search_api_solr v4.3.5:
$ git clone --branch '4.3.5' https://git.drupalcode.org/project/search_api_solr.git

Now you can compare the search_api_solr/jump-start/solr8/config-set directory with the the updated scaffold .docker/config/solr/ directory.

@steveworley
Copy link
Contributor

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">
Copy link
Contributor

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 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.

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.

3 participants