Expand description
Corpus — the query facade the app (and, later, the C ABI / napi bindings) drives.
Any Projector (CSV, JSON, text situations, …) is consumed into the roaring inverted index plus a
forward row store for display. Queries are IKL over the roaring core; results carry timing and a
display sample. This is the DuckDB pattern: many readers, one query engine.