Exact metadata returned only after full readonly FTS class admission.
const meta: FtsIndexOwnedMeta = { schema_version: "6", vault_root: "/vault", tokenize_mode: "unicode61"}; Copy
const meta: FtsIndexOwnedMeta = { schema_version: "6", vault_root: "/vault", tokenize_mode: "unicode61"};
Readonly
Supported historical on-disk schema version.
Stored tokenizer proven to match the physical FTS5 definition.
Exact stored vault root proven equal to the expected canonical root.
Exact metadata returned only after full readonly FTS class admission.
Example