VIVO-70 Allow multiple Preferred Titles in the search index
This is to permit an individual to have preferred titles in more than one language.
This commit is contained in:
parent
ea0822600b
commit
30ca552848
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@
|
|||
<field name="siteName" type="string" indexed="true" stored="true"/>
|
||||
|
||||
<!-- field for preferred title -->
|
||||
<field name="PREFERRED_TITLE" type="string" indexed="true" stored="true"/>
|
||||
<field name="PREFERRED_TITLE" type="string" indexed="true" stored="true" multiValued="true"/>
|
||||
|
||||
<!-- Copy nameRaw into several other fields -->
|
||||
<copyField source="nameRaw" dest="nameStemmed" />
|
||||
|
|
Loading…
Add table
Reference in a new issue