@earth-app/collegedb
    Preparing search index...

    Interface ExplainOptions

    Explain helpers options.

    1.1.4

    interface ExplainOptions {
        batchSize?: number;
        mode?: "query-plan" | "raw" | "analyze";
    }
    Index
    batchSize?: number

    Number of concurrent shard operations for all-shard variants.

    50
    
    mode?: "query-plan" | "raw" | "analyze"

    Explain mode.

    query-plan