NIHVIVO-2736 Adding a DocumentModifier that adds source institution to a field called SITE_URL

This commit is contained in:
deepakkoni 2011-07-27 20:00:38 +00:00
parent 137357c754
commit dd132c040b
3 changed files with 38 additions and 0 deletions

View file

@ -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" />