Skip to main content

Interface: CreateIndexOptions

Defined in: indexes/search-index.ts:18

Options for creating an index.

Properties

drop?

optional drop?: boolean

Defined in: indexes/search-index.ts:30

Whether to drop all keys associated with the index when overwriting. Only applies when overwrite is true.

Default

false

overwrite?

optional overwrite?: boolean

Defined in: indexes/search-index.ts:23

Whether to overwrite the index if it already exists.

Default

false