Skip to content

Commit

Permalink
Update 02-solr-drupal.md (#8703)
Browse files Browse the repository at this point in the history
* Update 02-solr-drupal.md

adding info so customers can self help

* Copy edits

---------

Co-authored-by: Rachel Whitton <[email protected]>
  • Loading branch information
newtoid and rachelwhitton authored Sep 27, 2023
1 parent 81e7fc7 commit e0efb14
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions source/content/guides/solr-drupal/02-solr-drupal.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,22 @@ Both the server and index you just created should be displayed on the page.

## Troubleshooting Pantheon Search with Solr 8 for Drupal

### Incorrect Solr Version

This error is indicative of Solr 3 being active when Solr 8 is expected:

```
Server index status - Error while checking server index status: An error occurred while searching, try again later.
```

When running `drush sapi-search` commands, you may also see:

```
Apache Tomcat/7.0.68 - Error report HTTP Status 400
```

This can be fixed by [updating pantheon.yml to use Solr 8](/pantheon-yml#specify-a-solr-version).

### Diagnose Issues

The diagnose command `drush search-api-pantheon:diagnose` (sapd) checks the Search API install and returns an error for any part that is not working.
Expand Down

0 comments on commit e0efb14

Please sign in to comment.