From d4abbdf9d07b235b023637a24c7a4761a54e381b Mon Sep 17 00:00:00 2001 From: Julie Tibshirani Date: Tue, 24 Nov 2020 10:54:09 -0800 Subject: [PATCH] Remove note on marking copy_to fields as stored. During highlighting, we now load all values that were copied into the field through copy_to. So there's no longer a reason to set 'store: true' to account for fields not available in _source. --- docs/reference/mapping/params/store.asciidoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/reference/mapping/params/store.asciidoc b/docs/reference/mapping/params/store.asciidoc index 78dfad815e710..c66c19812d6ba 100644 --- a/docs/reference/mapping/params/store.asciidoc +++ b/docs/reference/mapping/params/store.asciidoc @@ -65,6 +65,3 @@ If you need the original value, you should retrieve it from the `_source` field instead. ====================================== - -Another situation where it can make sense to make a field stored is for those -that don't appear in the `_source` field (such as <>).