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

Add step to install module - Customize Solr Config #9432

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions source/content/guides/solr-drupal/03-custom-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,19 @@ audience: [development]
product: [search]
integration: [--]
tags: [solr, search, modules]
reviewed: "2025-01-15"
reviewed: "2025-02-11"
showtoc: true
permalink: docs/guides/solr-drupal/custom-config
editpath: solr-drupal/03-custom-config.md
---
## Before you begin
### Install the Pantheon Search Admin module

[If you have not done so already](/guides/solr-drupal/solr-drupal#install-the-search-module), install the `search_api_pantheon_admin` module, either from the Extend page in Drupal admin (`/admin/modules`) or from the command line using Terminus and Drush:

```shell{promptUser:user}
terminus drush <site>.<env> -- pm-enable search_api_pantheon_admin
```

## Apply Custom Solr Configurations

Expand All @@ -28,7 +36,7 @@ There are instances where you may want to edit the configuration file like `sche

<Alert title="Note" type="info">

Relocating these files outsdie of the `web/modules/contrib/search_api_solr` path ensures your custom configurations will not be overwritten by future module updates.
Relocating these files outside of the `web/modules/contrib/search_api_solr` path ensures your custom configurations will not be overwritten by future module updates.

</Alert>

Expand Down