Skip to main content

Interface: TextFieldAttrs

Defined in: schema/fields.ts:53

TextField attributes

Extends

Properties

as?

optional as?: string

Defined in: schema/fields.ts:20

Inherited from

BaseFieldAttrs.as


indexEmpty?

optional indexEmpty?: boolean

Defined in: schema/fields.ts:23

Inherited from

BaseFieldAttrs.indexEmpty


indexMissing?

optional indexMissing?: boolean

Defined in: schema/fields.ts:22

Inherited from

BaseFieldAttrs.indexMissing


noStem?

optional noStem?: boolean

Defined in: schema/fields.ts:55


phonetic?

optional phonetic?: any

Defined in: schema/fields.ts:56


sortable?

optional sortable?: boolean

Defined in: schema/fields.ts:21

Inherited from

BaseFieldAttrs.sortable


weight?

optional weight?: number

Defined in: schema/fields.ts:54


withSuffixTrie?

optional withSuffixTrie?: boolean

Defined in: schema/fields.ts:57