Author’s articles

April 3, 2025
Generating filters and facets using ML
Exploring the pros and cons of automating the creation of filters and facets in a search experience using ML models vs the classical hard-coded approach.

April 2, 2025
Using Amazon Nova models in Elasticsearch
Learn how to use models from the Amazon Nova family in Elasticsearch.

March 27, 2025
How to automate synonyms and upload using our Synonyms API
Discover how LLMs can be used to identify and generate synonyms automatically, allowing terms to be programmatically loaded into the Elasticsearch synonym API.

March 14, 2025
How to ingest data to Elasticsearch through Airbyte
Using Airbyte to ingest data into Elasticsearch.

February 28, 2025
How to ingest data to Elasticsearch through LlamaIndex
A step-by-step on how to ingest data and search using RAG with LlamaIndex.

How to ingest data to Elasticsearch through Logstash
A step-by-step guide to integrating Logstash with Elasticsearch for efficient data ingestion, indexing, and search.

January 28, 2025
Faceted search: Use AI to improve search scope and results
Explore how to use facet search in Elasticsearch to quickly narrow down options within categories.

January 17, 2025
How to ingest data to Elasticsearch through Apache Airflow
Learn how to ingest data to Elasticsearch through Apache Airflow.

How to ingest data to Elasticsearch through Kafka
A step-by-step guide to integrating Apache Kafka with Elasticsearch for efficient data ingestion, indexing, and visualization using Python, Docker Compose, and Kafka Connect.

November 12, 2024
How to use hybrid search for an e-commerce product catalog
Learn how to use hybrid search to build an e-commerce product catalog, using faceting, promotions, personalization and behavioral analytics.

November 7, 2024
Semantic search implementation: Building a recipe search with Elasticsearch
Implementing of semantic search in the context of e-commerce websites.

How to ingest data to Elasticsearch through Apache Camel
Learn how to ingest data into Elasticsearch through Apache Camel with a practical example.