Elastic

What They Build

Elastic makes Elasticsearch — the dominant open-source distributed search engine built on Apache Lucene. It is the default backend for a large share of production search systems globally (e-commerce, log analytics, enterprise search). Elastic also runs a cloud offering (Elastic Cloud) and a Search Labs blog that publishes practical search engineering content.

Search Contributions

Retrieval Models

  • ELSER (Elastic Learned Sparse Encoder) — production-grade sparse retrieval model based on SPLADE. Achieves +17% NDCG@10 over BM25 on BEIR benchmarks with zero-shot performance

  • BBQ (Better Binary Quantization) — scalar + binary quantization approach for Elasticsearch dense vector fields; competitive with TurboQuant at fraction of the cost

  • Block-Max WAND — introduced in Lucene 8.0 / Elasticsearch 7.0 (2019) by Adrien Grand; 3x–15x speedup for top-k retrieval; required API change (hits.total now object with value+relation, controlled by track_total_hits)

Search Features

Applied Examples Published

  • Multilingual hybrid search + reranking on Elasticsearch
  • E-commerce personalization via purchase history in Elasticsearch
  • Margin and popularity boosting patterns (governed control plane)

Tech Stack Significance

Elasticsearch is used as the underlying engine in many case studies in this vault:

  • Zalando — Base Search layer
  • Uber — custom Lucene platform
  • Semantic Scholar — Elasticsearch with ML reranker on top

People

Articles

Concepts

ELSER · BBQ · BM25 · Block-Max WAND · WAND · Results Boosting · Hybrid Search

Governed Ecommerce Search Series (2026)

A 7-part series on building governed search control planes for ecommerce:

Additional People

Additional Concepts

Search Governance · Personalization

Tools