NIHVIVO-2650 Added a field THUMBNAIL_URL that contains the location of the thumbnail of an individual.
This commit is contained in:
parent
b5f1fd70b5
commit
c42e4fbcbe
4 changed files with 119 additions and 0 deletions
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue