search_marc_to_field

635 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
search TINYINT 3 1
filter VARCHAR 100 ''

specify a filter to be applied to field

search_marc_map_id INT 10 null
search_marc_map.id search_marc_to_field_ibfk_1 C
search_field_id INT 10 null
search_field.id search_marc_to_field_ibfk_2 C
facet TINYINT 3 0

true if a facet field should be generated for this

suggestible TINYINT 3 0

true if this field can be used to generate suggestions for browse

sort TINYINT 3 1

Sort defaults to 1 (Yes) and creates sort fields in the index, 0 (no) will prevent this

Indexes

Constraint Name Type Sort Column(s)
search_marc_to_field_s_pk Primary key Asc/Asc/Asc search_marc_map_id + search_field_id + filter
PRIMARY Must be unique Asc/Asc/Asc search_marc_map_id + search_field_id + filter
search_field_id Performance Asc search_field_id

Relationships