enquire-mcp API reference - v4.0.0-rc.7
    Preparing search index...

    Interface FtsIndexOwnedMeta

    Exact metadata returned only after full readonly FTS class admission.

    const meta: FtsIndexOwnedMeta = {
    schema_version: "6",
    vault_root: "/vault",
    tokenize_mode: "unicode61"
    };
    interface FtsIndexOwnedMeta {
        schema_version: string;
        tokenize_mode: TokenizeMode;
        vault_root: string;
    }
    Index
    schema_version: string

    Supported historical on-disk schema version.

    tokenize_mode: TokenizeMode

    Stored tokenizer proven to match the physical FTS5 definition.

    vault_root: string

    Exact stored vault root proven equal to the expected canonical root.