Schema for metadata information about a search 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