Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This module provides a centralized way to manage Elasticsearch filters and analyzers as reusable configuration entities. It integrates these custom configurations with your Search API Elasticsearch index, allowing you to define field-specific analyzers and search-time analyzers for better search control.

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
2
First release
Feb 2026
Latest release
1 month ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
1.0.3 Stable Jun 15, 2026
1.0.2 Stable Feb 13, 2026