Loading...
Design a web search engine similar to Google Search. The system must crawl billions of web pages, build an inverted index for fast full-text retrieval, rank results by relevance and authority, and serve queries with sub-second latency to hundreds of millions of users daily. Key features: Accept text queries and return ranked list of relevant web pages. Display title, URL, and snippet for each result.
Indexed pages
100B+
Queries/day
8.5B
Peak QPS
~100K
Build your design
Drag components from the palette to build your solution for "Google Search"