NIHVIVO-2650 Added a field THUMBNAIL_URL that contains the location of the thumbnail of an individual.

This commit is contained in:
deepakkoni 2011-07-26 17:42:13 +00:00
parent b5f1fd70b5
commit c42e4fbcbe
4 changed files with 119 additions and 0 deletions

View file

@ -578,6 +578,9 @@
<field name="modType" type="ignored"/>
<field name="JCLASS" type="ignored"/>
<!-- field for storing locations of thumbnails -->
<field name="THUMBNAIL_URL" type="string" indexed="false" stored="true"/>
<!-- Copy nameLowercase to sortable field. -->
<copyField source="nameLowercase" dest="nameLowercaseSingleValued" />