Elasticsearch Helper

Component ID

2720203

Component name

Elasticsearch Helper

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

396

Component created

Component changed

Component body

As the name indicates it, Elasticsearch Helper is a helper module to work with Elasticsearch on Drupal project.

Whereas modules like elasticsearch_connector and other search_api plugins try to abstract away the actual API of Elasticsearch, this module tries to embrace it instead. It provides some common tools on which to build your own integration.

The module defines an "ElasticsearchIndex" plugin type and a base implementation for you to extend. Unless you define your own plugin, this module will not do anything. Take a look at the included elasticsearch_helper_example module for example plugins.

The 5.x branch is compatible with Elasticsearch 5 which is recommended for all new projects. Changes will be backported as needed to the 1.x branch, which is compatible with earlier versions of Elasticsearch.