@ibm-cloud/cloudant - v0.12.7
    Preparing search index...
    interface Transport {
        bookmark: string;
        conflicts: boolean;
        execution_stats: boolean;
        fields: string[];
        limit: number;
        partition: string;
        r: number;
        skip: number;
        sort: any;
        stable: boolean;
        stale: boolean;
        update: boolean;
        use_index: string[];
    }
    Index

    Properties

    bookmark: string
    conflicts: boolean
    execution_stats: boolean
    fields: string[]
    limit: number
    partition: string
    r: number
    skip: number
    sort: any
    stable: boolean
    stale: boolean
    update: boolean
    use_index: string[]