1
0
mirror of https://github.com/yacy/yacy_search_server.git synced 2025-07-13 07:46:08 -04:00

added a copyField for author_sxt for automated schema generation

This commit is contained in:
Michael Peter Christen
2013-01-24 18:25:28 +01:00
parent 8651ec35fe
commit e23a596c1d

@ -60,6 +60,8 @@
<field name="#[solrname]#" type="#[type]#"#(indexedChecked)#:: indexed="true"#(/indexedChecked)##(storedChecked)#:: stored="true"#(/storedChecked)##(multiValuedChecked)#:: multiValued="true"#(/multiValuedChecked)##(omitNormsChecked)#:: omitNorms="true"#(/omitNormsChecked)#/>
#{/fields}#
<copyField source="author" dest="author_sxt" maxChars="100" />
</fields>
<uniqueKey>#[solruniquekey]#</uniqueKey>