Skip to content

Commit

Permalink
PL-53: Document requirements of 7.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
damontgomery authored and agentrickard committed May 22, 2019
1 parent 9fc28a3 commit 90b279f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ Then user your browsers developer tools to inspect network traffic. When your

*Note: we recommend leaving this set to `FALSE` for production environments, as it could have an impact on performance.*

## Requirements

Search API Federated Solr requires the following modules:

* Search API (https://www.drupal.org/project/search_api) version 7.x-1.x
* SeachAPI Solr (https://www.drupal.org/project/search_api_solr) version 7.x-1.x

The module also relies on the [Federated Search React](https://github.com/palantirnet/federated-search-react) application, which is referenced as an external Drupal library.

Apache Solr versions `4.5.1` and `5.x` have been used with this module and it is likely that newer versions will also work.

## Updating the bundled React application

When changes to [federated-search-react](https://github.com/palantirnet/federated-search-react/) are made they'll need to be pulled into this module. To do so:
Expand Down

0 comments on commit 90b279f

Please sign in to comment.