Elasticsearch module for Drupal 8
Component ID
2275583
Component name
Elasticsearch module for Drupal 8
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This sandbox is the GSoC 2014 project on making an Elasticsearch Module for Drupal 8. This is built on the Drupal 8.x branch.
Update
This project has been merged into the Elasticsearch Connector project. (8.x-1.x branch)
Please download the working development release package from the above project page.
Dependencies
Search API (8.x)
Composer Manager
Elasticsearch Server 1.0 and above
Elasticsearch PHP Client (installed via composer)1.0 and above
Install instructions
This module requires composer_manager to be installed.
- drush dl composer_manager-8.x-1.x
- drush en composer_manager
- drush en elasticsearch
- drush composer-rebuild
- drush composer-manager update
Starting the Elastic Search Server
- Download and unzip the latest elasticsearch distribution
- Navigate to the directory extracted.
$ cd elasticsearch-x.y.z/ - Execute
./bin/elasticsearch
You may navigate to localhost:9200(default port.) to see the server running.
