Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

ElasticSearch Filter and Analyser Management

2 sites No security coverage Drupal 10–11
View on drupal.org

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

Depends on

Dependencies of the latest stable release

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
2
Tracked since
Feb 2026
Latest release
2 months ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Active

Releases

Version Type Core Release date
1.0.3 Stable 10–11 Jun 15, 2026
1.0.2 Stable 10–11 Feb 13, 2026