-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Drupal recommended format for README
- Loading branch information
Showing
1 changed file
with
48 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,54 @@ | ||
# Fields Search API Module | ||
INTRODUCTION | ||
------------ | ||
|
||
This module facilitates indexing data from multiple Drupal sites into a single Solr search index. | ||
The Search API Field Map module facilitates indexing data from multiple Drupal sites into a single Apache Solr search index. | ||
|
||
* For a full description of the module, visit the project page: | ||
|
||
* Please use GitHub submit bug reports and feature suggestions, or to track changes: | ||
https://github.com/palantirnet/search_api_field_map | ||
|
||
|
||
REQUIREMENTS | ||
------------ | ||
|
||
This module requires the following modules: | ||
|
||
* Search API (https://www.drupal.org/project/search_api) | ||
* Token (https://www.drupal.org/project/token) | ||
|
||
Additionally, it is recommended to configure Search API to send data to an Apache Solr server. | ||
|
||
|
||
INSTALLATION | ||
------------ | ||
|
||
* Install as you would normally install a contributed Drupal module. Visit: | ||
https://www.drupal.org/documentation/install/modules-themes/modules-8 | ||
for further information. | ||
|
||
|
||
CONFIGURATION | ||
------------ | ||
|
||
On each site included in the mapped field search, you will need to: | ||
|
||
1. Install this module | ||
2. Configure a Search API server to connect to the shared Solr index | ||
1. Configure a Search API server to connect to the shared Solr index | ||
2. [Follow these detailed instructions](docs/usage.md) to configure your fields. | ||
|
||
|
||
TROUBLESHOOTING & FAQ | ||
--------------------- | ||
|
||
TBD | ||
|
||
|
||
MAINTAINERS | ||
----------- | ||
|
||
## More information | ||
Current maintainers: | ||
* Avi Schwab (froboy) - https://www.drupal.org/u/froboy | ||
* Ken Rickard (agentrickard) - https://www.drupal.org/u/agentrickard | ||
|
||
* [How to use this module](docs/usage.md) | ||
This project has been sponsored by: | ||
* Palantir.net (https://palantir.net) |