Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

This module provides a global and centralized way to manage ElasticSearch filters and analyzers through Search API ( through elasticsearch-connector.

Features

- Filter management
Creation of filters as configuration entities that map native ElasticSearch filters and allow them to be configured as needed (for example, choose stemmer language).

- Analyzer management
Creation of analyzers as separate configuration entities. Multiple filters can be assembled into a single analyzer.

- Index integration
Automatic injection of filters and analyzers into the ElasticSearch index when it is rebuilt, via a Search API plugin.

- Field mapping support
Ability to assign analyzers field by field and inject this information in the field mapping level during index regeneration.

- Query-time analyzers
Injection of a search_analyzer at query time when searching the index.

NOTE :
By default, the elasticsearch_connector module provides analyzers as plugins.
I chose instead to implement them as configuration entities, in order to make them easier to manage and reuse.
The proposed implementation aims to mirror how components are configured in an ElasticSearch index:
- the native engine plugin,
- the filter, which configures that plugin,
- the analyzer, which combines multiple filters.

Similar projects

- Elasticsearch Connector : provide a configuration for a synonym_graph filter and an anlyser with some basics filters (lowercase , asciifolding , synonyms).
- Search API Elasticsearch Stopwords: Provide a basic configuration for stopwords
- Search API Elasticsearch Synonym : Provide a basic configuration for a synonyme filter
- Elasticsearch Connector Ngram analyzer : Provide a Ngram filter & analyser

Activity

Total releases
1
First release
Feb 2026
Latest release
2 months ago
Release cadence
Stability
100% stable

Releases

Version Type Release date
1.0.2 Stable Feb 13, 2026