SearchIndexDescription | mongodb (original) (raw)
Interface SearchIndexDescription
interface SearchIndexDescription {
definition: Document;
name?: string;
type?: string;
}
Hierarchy (view full)
- Document
- SearchIndexDescription
Index
Properties
Properties
definition
definition: Document
The index definition.
Optional
name
name?: string
The name of the index.
Optional
type
type?: string
The type of the index. Currently search
or vectorSearch
are supported.