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

    Class ExecutionStats

    Schema for find query execution statistics.

    Index

    Constructors

    Properties

    executionTimeMs: number

    Time to execute the query.

    resultsReturned: number

    Number of results returned.

    totalDocsExamined: number

    Number of documents fetched from the index.

    totalKeysExamined: number

    Number of rows scanned in the index.

    totalQuorumDocsExamined: number

    Number of documents fetched from the primary index with the specified read quorum.

    Methods