Elasticsearch Connector is a set of modules designed to build a full Elasticsearch eco system in Drupal. Installation ============ Download this module with the following command: ``` cd /path/to/drupal composer require drupal/elasticsearch_connector ``` Then, either install it with Drush using `drush en elasticsearch_connector` or via the administration interface. Configuration ============= For setting up Drupal to index content into Elasticsearch, follow the steps at https://www.lullabot.com/articles/indexing-content-from-drupal-8-to-elasticsearch.