[SITE-5491] Update Solr Drupal docs for Search API Pantheon 8.4.x#9971
[SITE-5491] Update Solr Drupal docs for Search API Pantheon 8.4.x#9971rkunjappan wants to merge 6 commits intomainfrom
Conversation
|
Successfully created multidev environment: pr-9971 |
|
Successfully created multidev environment: pr-9971 |
|
Successfully created multidev environment: pr-9971 |
1 similar comment
|
Successfully created multidev environment: pr-9971 |
Removed image reference for custom Solr configuration.
|
Successfully created multidev environment: pr-9971 |
Added instructions to enable the search_api_solr_admin module before reloading the Solr server using Drush.
|
Successfully created multidev environment: pr-9971 |
| @@ -11,7 +11,7 @@ product: [search] | |||
| integration: [--] | |||
| tags: [solr, search, modules] | |||
| contributors: [carolynshannon, joan-ing, jazzsequence] | |||
There was a problem hiding this comment.
add yourself as a contributor :D
There was a problem hiding this comment.
| contributors: [carolynshannon, joan-ing, jazzsequence] | |
| contributors: [carolynshannon, joan-ing, jazzsequence, rkunjappan] |
|
@stevector when convenient can you review? |
stevector
left a comment
There was a problem hiding this comment.
I left some stylistic suggestions. My question/suggestion @rkunjappan is why should we keep references to search_api_pantheon_admin?
|
|
||
| </Alert> | ||
|
|
||
| For versions prior to 8.4.x, you can post the schema via the Drupal admin UI (`search_api_pantheon_admin` module) or the post schema Drush command: |
There was a problem hiding this comment.
If we want people to upgrade to 8.4.x, I'm not sure why we would document how to use an older version @rkunjappan
There was a problem hiding this comment.
@stevector, I will remove it. I haven't updated the PR after our discussion to remove the mention of the admin module.
| #### Using Drush | ||
|
|
||
| ```shell{promptUser:user} | ||
| drush en search_api_solr_admin |
There was a problem hiding this comment.
| drush en search_api_solr_admin | |
| terminus drush $SITE.$ENV -- en search_api_solr_admin |
|
|
||
| ```shell{promptUser:user} | ||
| drush en search_api_solr_admin | ||
| drush solr-reload [SOLR-SERVER-ID] |
There was a problem hiding this comment.
| drush solr-reload [SOLR-SERVER-ID] | |
| terminus drush $SITE.$ENV -- solr-reload [SOLR-SERVER-ID] |
| Use the Drush command with the path to your custom config set: | ||
|
|
||
| ```shell{promptUser:user} | ||
| drush search-api-pantheon:postSchema /code/solr/config |
There was a problem hiding this comment.
| drush search-api-pantheon:postSchema /code/solr/config | |
| terminus drush $SITE.$ENV -- search-api-pantheon:postSchema /code/solr/config |
| The `search_api_pantheon_admin` module is obsolete and no longer functional in 8.4.x. Use the Drush command to post the schema instead: | ||
|
|
||
| ```shell{promptUser:user} | ||
| drush search-api-pantheon:postSchema [path] |
There was a problem hiding this comment.
| drush search-api-pantheon:postSchema [path] | |
| terminus drush $SITE.$ENV -- search-api-pantheon:postSchema [path] |
|
|
||
| Reloading Solr Core would be helpful if synonyms or other Solr config that you've recently posted isn't reflecting even after reindexing your site. You can follow this steps on how to enable the Reload Core in your Search API configuration: | ||
| Reloading Solr Core would be helpful if synonyms or other Solr config that you've recently posted isn't reflecting even after reindexing your site. | ||
| Enable the module search_api_solr_admin and then execute the Drush command to reload the Solr server. |
There was a problem hiding this comment.
| Enable the module search_api_solr_admin and then execute the Drush command to reload the Solr server. | |
| Enable the module `search_api_solr_admin` and then execute the Drush command to reload the Solr server. |
|
I will move the PR to draft and will change it to ready for review after making the changes. |
Summary
search_api_pantheon_adminmodule (8.4.x)drush search-api-pantheon:postSchema [path]drush search-api-pantheon:reloadsearch_api_pantheon