2008 Quote by Prabhakar Raghavan
““Thus, an index built for vector space retrieval cannot, in general, be used for phrase queries. Moreover, there is no way of demanding a vector space score for a phrase query—we only know the relative weights of each term in a document.””
About This Quote
Source Paper: Advances in Information Retrieval, 2021
Vector space indexes excel at similarity, not exact phrase matching; phrase queries need different handling.
In simple terms: Vector indexes work for similarity, not exact phrases.
Choose the right tool for each query type.
Themes
Mood
Type
When to use this quote
- search engine design
- document classification
- e‑commerce search
- legal document analysis
Key Concepts
Questions to Reflect On
- When should you favor phrase accuracy over speed?
- What hybrid methods could bridge the gap?
Balancing speed and precision can be challenging.