Design a Restaurant Review Search System
Design a search system that allows users to query across 100 million restaurant reviews by keywords, returning all reviews that contain every specified search term. The system is read-only; each review has a document ID and text content.
Asked at:moveworks
M