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

    Class SearchIndexInfo

    Schema for metadata information about a search index.

    Index

    Constructors

    Properties

    committedSeq: number

    The committed sequence identifier.

    diskSize: number

    The size of the search index on disk.

    docCount: number

    The count of the number of indexed documents.

    docDelCount: number

    The number of deleted documents.

    pendingSeq: number

    The pending sequence identifier.

    signature: string

    Unique signature of the search index.

    Methods