Interface SearchIndexDescription

interface SearchIndexDescription {
    definition: Document;
    name?: string;
    type?: string;
}

Hierarchy (view full)

Properties

definition: Document

The index definition.

name?: string

The name of the index.

type?: string

The type of the index. Currently search or vectorSearch are supported.