SearchIndexDescription | mongodb (original) (raw)

Interface SearchIndexDescription

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

Hierarchy (view full)

Index

Properties

definition name? type?

Properties

definition

definition: Document

The index definition.

Optionalname

name?: string

The name of the index.

Optionaltype

type?: string

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