NIHVIVO-2736 Adding a DocumentModifier that adds source institution to a field called SITE_URL
This commit is contained in:
parent
137357c754
commit
dd132c040b
3 changed files with 38 additions and 0 deletions
|
@ -581,6 +581,9 @@
|
|||
<!-- field for storing locations of thumbnails -->
|
||||
<field name="THUMBNAIL_URL" type="string" indexed="false" stored="true"/>
|
||||
|
||||
<!-- field for source institution's name -->
|
||||
<field name="SITE_URL" type="string" indexed="true" stored="true"/>
|
||||
|
||||
<!-- Copy nameLowercase to sortable field. -->
|
||||
<copyField source="nameLowercase" dest="nameLowercaseSingleValued" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue