More information about 'Copy field to'

This commit is contained in:
Robin Clarke 2015-06-09 16:35:49 +02:00
parent a54d4e4aa8
commit f13c216aa2
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ The following Similarities are configured out-of-box:
Adding `copy_to` parameter to any field mapping will cause all values of this field to be copied to fields specified in
the parameter. In the following example all values from fields `title` and `abstract` will be copied to the field
`meta_data`.
`meta_data`. The field which is being copied to will be indexed (i.e. searchable, and available through `fielddata_field`) but the original source will not be modified.
[source,js]