From f13c216aa25e80fb5b1d55e6b5991fe4969e21c8 Mon Sep 17 00:00:00 2001 From: Robin Clarke Date: Tue, 9 Jun 2015 16:35:49 +0200 Subject: [PATCH] More information about 'Copy field to' --- docs/reference/mapping/types/core-types.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/mapping/types/core-types.asciidoc b/docs/reference/mapping/types/core-types.asciidoc index 43fcc07a0ca..76d2728a22f 100644 --- a/docs/reference/mapping/types/core-types.asciidoc +++ b/docs/reference/mapping/types/core-types.asciidoc @@ -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]