Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
active : boolean
--
NOT NULL ,
DEFAULT true ,
|
field : integer
--
NOT NULL ,
REFERENCES config.metabib_field.
|
bump_type : text
--
NOT NULL ,
|
multiplier : numeric
--
NOT NULL ,
DEFAULT 1.0 ,
|
Constraints:
relevance_adjustment_bump_type_check : CHECK ((bump_type = ANY (ARRAY['word_order'::text, 'first_word'::text, 'full_match'::text]))) |