Bird
Raised Fist0

A search system returns no results for a common keyword. Which of the following is the most likely cause?

medium📝 Analysis Q6 of Q15
LLD - Design — Library Management System
A search system returns no results for a common keyword. Which of the following is the most likely cause?
AThe query parser failed to tokenize the input
BThe keyword was removed during stop-word filtering
CThe index is corrupted and unreadable
DThe ranking algorithm is too strict
Step-by-Step Solution
Solution:
  1. Step 1: Understand stop-word filtering

    Common words like 'the', 'is' are often removed to reduce index size and noise.
  2. Step 2: Connect filtering to missing results

    If a common keyword is filtered out, the system won't find matches for it, returning no results.
  3. Final Answer:

    The keyword was removed during stop-word filtering -> Option B
  4. Quick Check:

    No results for common word = stop-word filtering [OK]
Quick Trick: Stop-words are removed, causing no results for common words [OK]
Common Mistakes:
MISTAKES
  • Assuming index corruption without evidence
  • Blaming ranking algorithm for no results
  • Thinking tokenization failure always causes no results

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More LLD Quizzes