After a schema change, metadata filters silently exclude the best documents. How would you find and fix it?

Instruction: Describe how you would debug a retrieval regression caused by metadata changes.

Context: Tests how the candidate diagnoses the problem, chooses the safest next step, and reasons through recovery. Describe how you would debug a retrieval regression caused by metadata changes.

Official answer available

Preview the opening of the answer, then unlock the full walkthrough.

I would replay known-good queries and inspect which documents disappeared after the schema change. Silent filter regressions are dangerous because...

Related Questions