search.symspell_dictionary

Columns

Column Type Nullable Default Notes

keyword_count

integer

No

0

title_count

integer

No

0

author_count

integer

No

0

subject_count

integer

No

0

series_count

integer

No

0

identifier_count

integer

No

0

prefix_key PK

text

No

keyword_suggestions

text[]

Yes

title_suggestions

text[]

Yes

author_suggestions

text[]

Yes

subject_suggestions

text[]

Yes

series_suggestions

text[]

Yes

identifier_suggestions

text[]

Yes

Primary Key

(prefix_key)

Indexes

Index Method Definition

symspell_dictionary_pkey PK

btree

CREATE UNIQUE INDEX symspell_dictionary_pkey ON search.symspell_dictionary USING btree (prefix_key)