Part 1 · FoundationsChapter 1
What a Search Engine Actually Does
Two jobs: build structures that make retrieval fast, then use them to find and rank documents.
The question
Where does a query actually go?
The structure responsible
The whole pipeline — there is no single search data structure
In this lab: Push a document and a query through the live pipeline and watch every stage light up.
building the index…