Section 10 · 8 Articles

Search & Retrieval

Architectures and patterns for finding, ranking, and retrieving information — from keyword search to semantic AI-powered retrieval.

Full-Text Search

Indexing text for fast retrieval across documents, logs, and records by content.

Search Essential

Elasticsearch Architecture

Deep dive into Elasticsearch's distributed search architecture and operational patterns.

Search Infrastructure

Search Indexing Pipelines

Keeping search indexes synchronized with source data through reliable ETL/CDC pipelines.

Search Pipeline

Relevance Ranking

Ordering results by usefulness with TF-IDF, BM25, and learning-to-rank approaches.

Search ML

Faceted Search

Filtering by structured dimensions — aggregations, buckets, and UI patterns.

Search UX

Semantic Search

Retrieval by meaning using embeddings and approximate nearest neighbor algorithms.

Search AI

Vector Search

Similarity search over high-dimensional embeddings for AI-powered applications and RAG.

Search AI

Hybrid Search

Combining keyword and semantic search for maximum recall and precision.

Search AI