{ "description": "Example search-quality fixture — copy and adapt against your own corpus", "top": 10, "queries": [ { "id": "manual-lookup", "query": "how do I check the oil level", "doc_type": "pdf", "relevant": [ {"document_id": 2077}, {"title_contains": "owner's manual"} ], "notes": "Selectors are OR-matched; each counts as one relevant document. Exactly one of document_id / source_path / title_contains per selector." }, { "id": "infra-runbook", "query": "restart the reverse proxy after certificate renewal", "tags": ["ops"], "relevant": [ {"source_path": "/data/notes/proxy-runbook.md"} ] }, { "id": "note-recall", "query": "what did we decide about the backup retention window", "top": 5, "relevant": [ {"title_contains": "backup retention"} ], "notes": "Per-query top overrides the fixture-level default; the --top flag overrides both." } ] }