Skip to content

Commit

Permalink
one more fix for author_sxt
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed Jan 26, 2013
1 parent b6ae626 commit 99185d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htroot/api/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@

#{/fields}#

#(copyFieldAuthor)#::<copyField source="author" dest="author_sxt" maxChars="100" />#(/copyFieldAuthor)#
#(copyFieldAuthor)#::<field name="author_sxt" type="string" indexed="true" stored="true" multiValued="true"/>
<copyField source="author" dest="author_sxt" maxChars="100" />#(/copyFieldAuthor)#
</fields>

<uniqueKey>#[solruniquekey]#</uniqueKey>
Expand Down

0 comments on commit 99185d7

Please sign in to comment.