Skip to content

Commit

Permalink
Add copy fields for all_text_timv
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey Terrell committed Jun 24, 2015
1 parent 14e809c commit be46cbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solr_conf/conf/schema.xml
Expand Up @@ -164,6 +164,9 @@
copyField also supports a maxChars to copy setting. -->

<!-- <copyField source="*_tesim" dest="all_text_timv" maxChars="3000"/> -->
<copyField source="*_tesim" dest="all_text_timv"/>
<copyField source="*_teim" dest="all_text_timv"/>
<copyField source="*_tsimv" dest="all_text_timv"/>

<types>
<fieldType name="string" class="solr.StrField" sortMissingLast="true" />
Expand Down

0 comments on commit be46cbc

Please sign in to comment.