Filter and collect, not rank
A ranked search asks “what are the best matches?”. A sweep asks “which units match?” and returns all of them — so completeness is a property of the query rather than a hope about the value of k.
Exhaustive Find
DifferentiatorRanked search returns an answer that looks complete and is quietly partial. The exhaustive tier sweeps the whole access-scoped index and reports exactly what it read, what it is still waiting on, and what it could not read.
01What it is
Ask for every mention of a party across a data room and ranked search will return ten good passages. The answer looks complete and is quietly partial — the worst failure mode in legal work. Exhaustive Find is a different operation: a complete sweep of the access-scoped index, with a manifest of what it read.
02In detail
A ranked search asks “what are the best matches?”. A sweep asks “which units match?” and returns all of them — so completeness is a property of the query rather than a hope about the value of k.
Every run records each document as scanned, awaiting index, or failed. A document still being indexed is waited on and resumed — never silently dropped, which would recreate the exact failure this exists to prevent.
Defined terms and aliases are resolved at ingestion, so “the Purchaser” reaches the same entity as the party's name — deterministically, with each mention tagged by how it was resolved.
Sweeps are container-scoped and access-filtered before anything else, run against your firm's budget, and refuse with a clear message above a configured size rather than running away with your spend.
03In practice
Completeness
A sweep that quietly dropped a document would be indistinguishable from a complete one. So it never does — it reports.
A document still being indexed is waited on, never skipped — the run parks and resumes when ingestion finishes.
A sweep that quietly dropped a document would be indistinguishable from a complete one. So it never does: the exceptions are the output.
04Why it matters
How it fits the matter
It is the difference between telling a client you looked and being able to show them exactly what you read — and what you could not.
05Questions
Straight answers
A short, tailored walkthrough — the citation firewall, the Matter Wiki, and a supervised agent, working on the kind of matter you run.