@ibm-cloud/cloudant - v0.12.24
    Preparing search index...

    Interface Transport

    interface Transport {
        bookmark: string;
        docs: CloudantV1.Document[];
        execution_stats?: CloudantV1.ExecutionStats.Transport;
        warning?: string;
    }
    Index
    bookmark: string
    warning?: string