Zvec Node.js API Reference
    Preparing search index...

    Interface ZVecFtsQueryParams

    Query-time parameters for full-text search.

    interface ZVecFtsQueryParams {
        indexType: 11;
        defaultOperator?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    indexType: 11

    Must be ZVecIndexType.FTS (11).

    defaultOperator?: string

    Default boolean operator for adjacent bare terms. Supported values are "AND" and "OR"; empty string uses OR.

    ""