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:
@ -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>
|
||||
|
Reference in New Issue
Block a user