config.metabib_field
XPath used for record indexing ingest
This table contains the XPath used to chop up MODS into its indexable parts. Each XPath entry is named and assigned to a "class" of either title, subject, author, keyword, series or identifier.
Columns
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
id PK |
|
No |
nextval('config.metabib_field_id_seq'::regclass) |
|
field_class FK |
|
No |
||
name |
|
No |
||
label |
|
No |
||
xpath |
|
Yes |
||
weight |
|
No |
1 |
|
format FK |
|
No |
'mods33'::text |
|
search_field |
|
No |
true |
|
facet_field |
|
No |
false |
|
browse_field |
|
No |
true |
|
browse_nocase |
|
No |
false |
|
browse_xpath |
|
Yes |
||
browse_sort_xpath |
|
Yes |
||
facet_xpath |
|
Yes |
||
display_xpath |
|
Yes |
||
authority_xpath |
|
Yes |
||
joiner |
|
Yes |
||
restrict |
|
No |
false |
|
display_field |
|
No |
true |
Foreign Keys
| Column(s) | References | On Delete | On Update | Deferrable | Constraint |
|---|---|---|---|---|---|
|
NO ACTION |
NO ACTION |
No |
|
|
|
NO ACTION |
NO ACTION |
No |
|
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|
Referenced By
The following tables have foreign keys pointing to config.metabib_field (16 referencing table(s)):
| Table | Referencing Column(s) | Referenced Column(s) | Constraint |
|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|