tRAGar - v0.1.0
    Preparing search index...

    Interface QueryOptions

    Options for query().

    interface QueryOptions {
        k?: number;
    }
    Index

    Properties

    Properties

    k?: number

    Maximum number of hits to return. Defaults to 10.