Skip to main content

goosetyped.gtindexoptions

Home > @pebula/goosetyped > GtIndexOptions

GtIndexOptions interface

Signature:

export interface GtIndexOptions 

Properties

Property

Modifiers

Type

Description

background?

boolean

(Optional) Wether to run the indexing process in the background or not true

sparse?

boolean | any

(Optional) Declares a sparse index.

text?

boolean | any

(Optional) Declares a full text index.

unique?

boolean | any

(Optional) Declares an unique index.