added a copyField for author_sxt for automated schema generation

pull/1/head
Michael Peter Christen 12 years ago
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)#/> <field name="#[solrname]#" type="#[type]#"#(indexedChecked)#:: indexed="true"#(/indexedChecked)##(storedChecked)#:: stored="true"#(/storedChecked)##(multiValuedChecked)#:: multiValued="true"#(/multiValuedChecked)##(omitNormsChecked)#:: omitNorms="true"#(/omitNormsChecked)#/>
#{/fields}# #{/fields}#
<copyField source="author" dest="author_sxt" maxChars="100" />
</fields> </fields>
<uniqueKey>#[solruniquekey]#</uniqueKey> <uniqueKey>#[solruniquekey]#</uniqueKey>

Loading…
Cancel
Save